Switch guix-bioinformatics channel to its main branch.
HEAD main1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 032169d..d8a9c52 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -171,7 +171,7 @@ be imported into G-expressions."
(ci-jobs (let ((channels (list (channel
(name 'gn-bioinformatics)
(url "https://git.genenetwork.org/guix-bioinformatics")
- (branch "master")))))
+ (branch "main")))))
(list (forge-laminar-job
(name "guix-bioinformatics")
(run (guix-channel-job-gexp channels
|