aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-12-04 17:11:53 +0100
committerGitHub <noreply@github.com>2016-12-04 17:11:53 +0100
commita040cc2f4ad4655540f84ffa0c6f9737a017a318 (patch)
tree428131678976e18edd1cf0606a8d9a8aa868dcf0
parent405264019c71d9c98cc3c1ca2bd854cec1eac5a4 (diff)
parent6bbedce14691241e15a3b6ade142b86657563d03 (diff)
downloadpackages-a040cc2f4ad4655540f84ffa0c6f9737a017a318.tar.gz
packages-a040cc2f4ad4655540f84ffa0c6f9737a017a318.zip
Merge pull request #434 from yglukhov/patch-5
nim-jwt takeover
-rw-r--r--packages.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 43945b9..1fd6200 100644
--- a/packages.json
+++ b/packages.json
@@ -1927,7 +1927,7 @@
},
{
"name": "jwt",
- "url": "https://github.com/ekarlso/nim-jwt.git",
+ "url": "https://github.com/yglukhov/nim-jwt.git",
"method": "git",
"tags": [
"library",
@@ -1936,7 +1936,7 @@
],
"description": "JSON Web Tokens for Nim",
"license": "MIT",
- "web": "https://github.com/ekarlso/nim-jwt"
+ "web": "https://github.com/yglukhov/nim-jwt"
},
{
"name": "pythonpathlib",