From c546c9284cde11dd3d4d297c6cefde3074713c88 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 30 Oct 2023 12:33:42 +0300 Subject: Use correct upstream guix-bioinformatics channel. * .guix-channel: Use git.genenetwork.org instead of gitlab. Signed-off-by: Munyoki Kilyungi --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3