diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-22 00:59:13 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-22 00:59:13 +0000 |
| commit | 5b402121fe03d02ec73ca69d6007b740d76d7257 (patch) | |
| tree | 401a91e27b8172574a62a3f814c2cf949e641c19 | |
| parent | 639fde97add5cd650f8080c439431966f6d8717a (diff) | |
| parent | c1dc36fc9ae472a2973245b8a9beb00122450650 (diff) | |
| download | packages-5b402121fe03d02ec73ca69d6007b740d76d7257.tar.gz packages-5b402121fe03d02ec73ca69d6007b740d76d7257.zip | |
Merge pull request #307 from onecodex/refgenomics-org-chg
Update bitarray package location
| -rw-r--r-- | packages.json | 4 |
1 files 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", |
