diff options
author | Efraim Flashner | 2022-10-11 08:32:52 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-10-11 08:32:52 +0300 |
commit | ce52de189f64aa36ad7758cca8ec970304c35cd5 (patch) | |
tree | 41fa86a52be5a2e7a0dbb92ddeea9a704445a8af | |
parent | aa66b44d5150234d6f20731bb01408ba983b21d4 (diff) | |
download | gn-shepherd-services-ce52de189f64aa36ad7758cca8ec970304c35cd5.tar.gz |
switch to gitlab for gn-bioinformatics
-rw-r--r-- | bnw-channels.scm | 2 | ||||
-rw-r--r-- | channels.scm | 2 | ||||
-rw-r--r-- | genecup-channels.scm | 2 | ||||
-rw-r--r-- | genenetwork1-channels.scm | 2 | ||||
-rw-r--r-- | genome-channels.scm | 2 | ||||
-rw-r--r-- | gitea-channels.scm | 2 | ||||
-rw-r--r-- | power-channels.scm | 2 | ||||
-rw-r--r-- | rn6app-channels.scm | 2 | ||||
-rw-r--r-- | singlecell-channels.scm | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/bnw-channels.scm b/bnw-channels.scm index bd07b4c..2e898ac 100644 --- a/bnw-channels.scm +++ b/bnw-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "0ee8053e002a5b19645c6e34ea3c90d5a65596c7")) (channel 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) diff --git a/genecup-channels.scm b/genecup-channels.scm index 4972ece..ebf69ed 100644 --- a/genecup-channels.scm +++ b/genecup-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "90b466488a778cfea3693fb2157c58377849f4a6")) (channel diff --git a/genenetwork1-channels.scm b/genenetwork1-channels.scm index 510c5f4..0e258d7 100644 --- a/genenetwork1-channels.scm +++ b/genenetwork1-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "1e0957387ebf45e40f6f19808a105c2f03c0987f")) (channel diff --git a/genome-channels.scm b/genome-channels.scm index 5716351..22e5aaa 100644 --- a/genome-channels.scm +++ b/genome-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "0ee8053e002a5b19645c6e34ea3c90d5a65596c7")) (channel diff --git a/gitea-channels.scm b/gitea-channels.scm index 277c3e9..e65b986 100644 --- a/gitea-channels.scm +++ b/gitea-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "580b55812527e52907ea022836c734135d250f16")) (channel diff --git a/power-channels.scm b/power-channels.scm index 5700c79..76ef4fa 100644 --- a/power-channels.scm +++ b/power-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel diff --git a/rn6app-channels.scm b/rn6app-channels.scm index 5700c79..76ef4fa 100644 --- a/rn6app-channels.scm +++ b/rn6app-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel diff --git a/singlecell-channels.scm b/singlecell-channels.scm index 5700c79..76ef4fa 100644 --- a/singlecell-channels.scm +++ b/singlecell-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel |