aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-30 12:33:42 +0300
committerBonfaceKilz2023-10-30 12:35:06 +0300
commitc546c9284cde11dd3d4d297c6cefde3074713c88 (patch)
tree791960bc267524c956824a474225242d9eee0c30 /.guix-channel
parent4612e9c6f6d83784a918aa0fc4b16d1f98685da8 (diff)
downloadgenenetwork3-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>
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel2
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.