diff options
author | Frederick Muriuki Muriithi | 2025-08-11 12:12:28 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-11 12:12:28 -0500 |
commit | d89747fadea064ddf8c8b432f12637b8317fc877 (patch) | |
tree | c2ab84fd2d91dee48fc6ec0c46c878da120f7c5a | |
parent | 4570d39da82db6e030876ef923e05b8d0b55882b (diff) | |
download | gn-machines-d89747fadea064ddf8c8b432f12637b8317fc877.tar.gz |
Publish channel as either 'gn-bioinformatics or 'guix-bioinformatics
* Either name is acceptable.
-rw-r--r-- | genenetwork-development.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index feadbf5..f707241 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1523,7 +1523,8 @@ gn-auth." %genenetwork2-port %genenetwork3-port) (laminar-reverse-proxy-server-block "localhost:9089" %webhook-port - (list 'gn-bioinformatics)) + (list 'gn-bioinformatics + 'guix-bioinformatics)) (tissue-reverse-proxy-server-block) (gn-auth-reverse-proxy-server-block))))) (service acme-service-type |