aboutsummaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorEfraim Flashner2022-10-11 08:32:52 +0300
committerEfraim Flashner2022-10-11 08:32:52 +0300
commitce52de189f64aa36ad7758cca8ec970304c35cd5 (patch)
tree41fa86a52be5a2e7a0dbb92ddeea9a704445a8af /channels.scm
parentaa66b44d5150234d6f20731bb01408ba983b21d4 (diff)
downloadgn-shepherd-services-ce52de189f64aa36ad7758cca8ec970304c35cd5.tar.gz
switch to gitlab for gn-bioinformatics
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels.scm b/channels.scm
index 2842883..0cd4d6b 100644
--- a/channels.scm
+++ b/channels.scm
@@ -1,6 +1,6 @@
(cons*
(channel
(name 'gn-bioinformatics)
- (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics")
(branch "master"))
%default-channels)