diff options
author | Munyoki Kilyungi | 2023-09-04 13:30:45 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-09-04 13:30:45 +0300 |
commit | 14a84465694bba41228caa8a4990c3275ef9d672 (patch) | |
tree | 69bcab7c2a7d7c70f8a0902dc8a1c551d705316d /genenetwork-development.scm | |
parent | 78981edcb9575f0aa05830bbf96a7e59822208d7 (diff) | |
download | gn-machines-14a84465694bba41228caa8a4990c3275ef9d672.tar.gz |
Use self-hosted git repo
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index eaf7f6e..01bf8e5 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -142,7 +142,7 @@ be imported into G-expressions." (run (guix-channel-job-gexp (list (channel (name 'gn-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics") + (url "https://git.genenetwork.org/guix-bioinformatics") (branch "master"))) #:verbose? #false #:guix-daemon-uri %guix-daemon-uri))))) |