diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-19 22:00:54 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-19 22:00:54 +0000 |
| commit | 3d41d86cd85e58c5c83e538764ff719110aa31df (patch) | |
| tree | c8789db7690e995f5112121899c1c1ead3bc1e39 | |
| parent | a33e5c316d7507a8d3e7911e129be8e31f962436 (diff) | |
| parent | 557d9949761de6ac17c49f55d8e36bc68bcf8ad2 (diff) | |
| download | packages-3d41d86cd85e58c5c83e538764ff719110aa31df.tar.gz packages-3d41d86cd85e58c5c83e538764ff719110aa31df.zip | |
Merge pull request #319 from boydgreenfield/master
Remove trailing slashes from url/web links for boydgreenfield/onecodeā¦
| -rw-r--r-- | packages.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages.json b/packages.json index e2f86bd..1faf1a0 100644 --- a/packages.json +++ b/packages.json @@ -762,7 +762,7 @@ }, { "name": "bloom", - "url": "git://github.com/boydgreenfield/nimrod-bloom/", + "url": "git://github.com/boydgreenfield/nimrod-bloom", "method": "git", "tags": [ "Bloom filter", @@ -775,7 +775,7 @@ ], "description": "Efficient Bloom filter implementation in Nim using MurmurHash3.", "license": "MIT", - "web": "https://www.github.com/boydgreenfield/nimrod-bloom/" + "web": "https://www.github.com/boydgreenfield/nimrod-bloom" }, { "name": "awesome_rmdir", @@ -1011,7 +1011,7 @@ }, { "name": "murmur3", - "url": "git://github.com/boydgreenfield/nimrod-murmur/", + "url": "git://github.com/boydgreenfield/nimrod-murmur", "method": "git", "tags": [ "MurmurHash", @@ -1022,7 +1022,7 @@ ], "description": "A simple MurmurHash3 wrapper for Nim", "license": "MIT", - "web": "https://github.com/boydgreenfield/nimrod-murmur/" + "web": "https://github.com/boydgreenfield/nimrod-murmur" }, { "name": "hex", @@ -1177,7 +1177,7 @@ }, { "name": "bitarray", - "url": "git://github.com/onecodex/nim-bitarray/", + "url": "git://github.com/onecodex/nim-bitarray", "method": "git", "tags": [ "Bit arrays", @@ -1187,7 +1187,7 @@ ], "description": "mmap-backed bitarray implementation in Nim.", "license": "MIT", - "web": "https://www.github.com/onecodex/nim-bitarray/" + "web": "https://www.github.com/onecodex/nim-bitarray" }, { "name": "appdirs", |
