aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yglukhov@users.noreply.github.com>2016-12-04 17:01:46 +0200
committerGitHub <noreply@github.com>2016-12-04 17:01:46 +0200
commit6bbedce14691241e15a3b6ade142b86657563d03 (patch)
tree428131678976e18edd1cf0606a8d9a8aa868dcf0
parent405264019c71d9c98cc3c1ca2bd854cec1eac5a4 (diff)
downloadpackages-6bbedce14691241e15a3b6ade142b86657563d03.tar.gz
packages-6bbedce14691241e15a3b6ade142b86657563d03.zip
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",