From 557d9949761de6ac17c49f55d8e36bc68bcf8ad2 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Fri, 19 Feb 2016 10:17:53 -0800 Subject: [PATCH] Remove trailing slashes from url/web links for boydgreenfield/onecodex packages --- packages.json | 12 ++++++------ 1 file 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",