diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-18 20:18:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-18 20:18:53 +0100 |
| commit | 8aed3d646d3f282ab874d050902b53fb6495bc34 (patch) | |
| tree | 3043bdc912f88511358630bf83c8e1e2bbf803e0 | |
| parent | fa3f6e43b7137a9ed0efe996165271ef0315ead2 (diff) | |
| parent | 9f6d852d5f1bd4cd017111a29759d18945f1ad66 (diff) | |
| download | packages-8aed3d646d3f282ab874d050902b53fb6495bc34.tar.gz packages-8aed3d646d3f282ab874d050902b53fb6495bc34.zip | |
Merge pull request #900 from juancarlospaco/add-usagov1828
Added package usagov
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d967ef2..0bbaafc 100644 --- a/packages.json +++ b/packages.json @@ -11122,5 +11122,17 @@ "description": "High level wrapper for build nginx module w/ nginx-c-function", "license": "MIT", "web": "https://github.com/ba0f3/ngxcmod.nim" + }, + { + "name": "usagov", + "url": "https://github.com/juancarlospaco/nim-usagov", + "method": "git", + "tags": [ + "gov", + "opendata" + ], + "description": "USA Code.Gov MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-usagov" } ] |
