diff options
author | Munyoki Kilyungi | 2023-10-30 12:33:42 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-10-30 12:35:06 +0300 |
commit | c546c9284cde11dd3d4d297c6cefde3074713c88 (patch) | |
tree | 791960bc267524c956824a474225242d9eee0c30 | |
parent | 4612e9c6f6d83784a918aa0fc4b16d1f98685da8 (diff) | |
download | genenetwork3-c546c9284cde11dd3d4d297c6cefde3074713c88.tar.gz |
Use correct upstream guix-bioinformatics channel.
* .guix-channel: Use git.genenetwork.org instead of gitlab.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | .guix-channel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 222b451..384da17 100644 --- a/.guix-channel +++ b/.guix-channel @@ -6,7 +6,7 @@ (dependencies (channel (name guix-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")) + (url "https://git.genenetwork.org/guix-bioinformatics")) ;; FIXME: guix-bioinformatics depends on guix-past. So, there ;; should be no reason to explicitly depend on guix-past. But, the ;; channel does not build otherwise. This is probably a guix bug. |