aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-09-12 10:40:04 +0100
committerGitHub <noreply@github.com>2016-09-12 10:40:04 +0100
commitfa1a209c49c921f68e07f3215655dd07d1350ccd (patch)
treeaefe84c03cadc9ab4229bf97a5d052acd0dd3918
parent2426688dce2b3c52083748731ae2ba9b8abf40bd (diff)
parenta361e337121a4691f61c9fe0b8b073e0654d12b7 (diff)
downloadpackages-fa1a209c49c921f68e07f3215655dd07d1350ccd.tar.gz
packages-fa1a209c49c921f68e07f3215655dd07d1350ccd.zip
Merge pull request #410 from vegansk/patch-1
Fix documentation url for nimboost library
-rw-r--r--packages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index fec3cf5..5ad4e40 100644
--- a/packages.json
+++ b/packages.json
@@ -4498,7 +4498,7 @@
],
"description": "Additions to the Nim's standard library, like boost for C++",
"license": "MIT",
- "web": "https://github.com/vegansk/nimboost"
+ "web": "http://vegansk.github.io/nimboost/"
},
{
"name": "asyncdocker",