mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Merge pull request #319 from boydgreenfield/master
Remove trailing slashes from url/web links for boydgreenfield/onecode…
This commit is contained in:
commit
3d41d86cd8
@ -762,7 +762,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bloom",
|
"name": "bloom",
|
||||||
"url": "git://github.com/boydgreenfield/nimrod-bloom/",
|
"url": "git://github.com/boydgreenfield/nimrod-bloom",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Bloom filter",
|
"Bloom filter",
|
||||||
@ -775,7 +775,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Efficient Bloom filter implementation in Nim using MurmurHash3.",
|
"description": "Efficient Bloom filter implementation in Nim using MurmurHash3.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://www.github.com/boydgreenfield/nimrod-bloom/"
|
"web": "https://www.github.com/boydgreenfield/nimrod-bloom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "awesome_rmdir",
|
"name": "awesome_rmdir",
|
||||||
@ -1011,7 +1011,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "murmur3",
|
"name": "murmur3",
|
||||||
"url": "git://github.com/boydgreenfield/nimrod-murmur/",
|
"url": "git://github.com/boydgreenfield/nimrod-murmur",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"MurmurHash",
|
"MurmurHash",
|
||||||
@ -1022,7 +1022,7 @@
|
|||||||
],
|
],
|
||||||
"description": "A simple MurmurHash3 wrapper for Nim",
|
"description": "A simple MurmurHash3 wrapper for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/boydgreenfield/nimrod-murmur/"
|
"web": "https://github.com/boydgreenfield/nimrod-murmur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "hex",
|
"name": "hex",
|
||||||
@ -1177,7 +1177,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bitarray",
|
"name": "bitarray",
|
||||||
"url": "git://github.com/onecodex/nim-bitarray/",
|
"url": "git://github.com/onecodex/nim-bitarray",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Bit arrays",
|
"Bit arrays",
|
||||||
@ -1187,7 +1187,7 @@
|
|||||||
],
|
],
|
||||||
"description": "mmap-backed bitarray implementation in Nim.",
|
"description": "mmap-backed bitarray implementation in Nim.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://www.github.com/onecodex/nim-bitarray/"
|
"web": "https://www.github.com/onecodex/nim-bitarray"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "appdirs",
|
"name": "appdirs",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user