diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2019-01-04 20:51:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-04 20:51:07 +0000 |
| commit | 1f4be302124c02f030fc2894f77958f9882ee448 (patch) | |
| tree | aae18643e7eba8e5669d5b6f5d4fe8da8289ac43 | |
| parent | b4dc90c531ea5ff2ba4b5754eb375a20e554c89f (diff) | |
| parent | db60c4b295c4f7ce312b4c42c75bcd3da32d6820 (diff) | |
| download | packages-1f4be302124c02f030fc2894f77958f9882ee448.tar.gz packages-1f4be302124c02f030fc2894f77958f9882ee448.zip | |
Merge pull request #975 from MaxUNof/master
Add package gurl
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c731cd4..5f54c91 100644 --- a/packages.json +++ b/packages.json @@ -12336,5 +12336,19 @@ "description": "itch.io API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-itchio" + }, + { + "name": "gurl", + "url": "https://github.com/MaxUNof/gurl", + "method": "git", + "tags": [ + "tags", + "http", + "generating", + "url" + ], + "description": "A little lib for generating URL with args.", + "license": "MIT", + "web": "https://github.com/MaxUNof/gurl" } ] |
