From c1dc36fc9ae472a2973245b8a9beb00122450650 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Thu, 21 Jan 2016 15:24:25 -0800 Subject: [PATCH] Update bitarray package location --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 0c68706..df9249e 100644 --- a/packages.json +++ b/packages.json @@ -1164,7 +1164,7 @@ }, { "name": "bitarray", - "url": "git://github.com/refgenomics/nim-bitarray/", + "url": "git://github.com/onecodex/nim-bitarray/", "method": "git", "tags": [ "Bit arrays", @@ -1174,7 +1174,7 @@ ], "description": "mmap-backed bitarray implementation in Nim.", "license": "MIT", - "web": "https://www.github.com/refgenomics/nim-bitarray/" + "web": "https://www.github.com/onecodex/nim-bitarray/" }, { "name": "appdirs",