diff options
author | Efraim Flashner | 2022-10-11 08:42:01 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-10-11 08:42:01 +0300 |
commit | 9fa6b16d37c36bc02adfd2c0e5cf17cc8c4b424d (patch) | |
tree | 29505c504d24bcb0277d04bf1a1bbb708008a98f | |
parent | ce52de189f64aa36ad7758cca8ec970304c35cd5 (diff) | |
download | gn-shepherd-services-9fa6b16d37c36bc02adfd2c0e5cf17cc8c4b424d.tar.gz |
fix typo
-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 2e898ac..5c5121c 100644 --- a/bnw-channels.scm +++ b/bnw-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "0ee8053e002a5b19645c6e34ea3c90d5a65596c7")) (channel diff --git a/channels.scm b/channels.scm index 0cd4d6b..bae4b83 100644 --- a/channels.scm +++ b/channels.scm @@ -1,6 +1,6 @@ (cons* (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (branch "master")) %default-channels) diff --git a/genecup-channels.scm b/genecup-channels.scm index ebf69ed..e1d0c41 100644 --- a/genecup-channels.scm +++ b/genecup-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "90b466488a778cfea3693fb2157c58377849f4a6")) (channel diff --git a/genenetwork1-channels.scm b/genenetwork1-channels.scm index 0e258d7..5067215 100644 --- a/genenetwork1-channels.scm +++ b/genenetwork1-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "1e0957387ebf45e40f6f19808a105c2f03c0987f")) (channel diff --git a/genome-channels.scm b/genome-channels.scm index 22e5aaa..d7c3bd7 100644 --- a/genome-channels.scm +++ b/genome-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "0ee8053e002a5b19645c6e34ea3c90d5a65596c7")) (channel diff --git a/gitea-channels.scm b/gitea-channels.scm index e65b986..03854c9 100644 --- a/gitea-channels.scm +++ b/gitea-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "580b55812527e52907ea022836c734135d250f16")) (channel diff --git a/power-channels.scm b/power-channels.scm index 76ef4fa..c0f24ae 100644 --- a/power-channels.scm +++ b/power-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel diff --git a/rn6app-channels.scm b/rn6app-channels.scm index 76ef4fa..c0f24ae 100644 --- a/rn6app-channels.scm +++ b/rn6app-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel diff --git a/singlecell-channels.scm b/singlecell-channels.scm index 76ef4fa..c0f24ae 100644 --- a/singlecell-channels.scm +++ b/singlecell-channels.scm @@ -1,7 +1,7 @@ (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.org/guix-bioinformatics/guix-bioinformatics") + (url "https://gitlab.com/genenetwork/guix-bioinformatics") (commit "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) (channel |