This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 976fc5f  bayfront: Add guix-bioc channel.
976fc5f is described below

commit 976fc5f568ad638f68417e2660ee6c7ac4cf9d1f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 18 21:16:58 2024 +0100

    bayfront: Add guix-bioc channel.
    
    * hydra/bayfront.scm (%hpcguix-web-channels): Add guix-bioc channel.
---
 hydra/bayfront.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 78a7d5d..65e3718 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1,7 +1,7 @@
 ;; OS configuration for bayfront
 ;; Copyright © 2016-2024 Ludovic Courtès <[email protected]>
 ;; Copyright © 2016, 2017, 2018, 2019, 2020, 2023 Andreas Enge 
<[email protected]>
-;; Copyright © 2017, 2019 Ricardo Wurmus <[email protected]>
+;; Copyright © 2017, 2019, 2024 Ricardo Wurmus <[email protected]>
 ;; Copyright © 2019 Julien Lepiller <[email protected]>
 ;; Copyright © 2020, 2021 Christopher Baines <[email protected]>
 ;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
@@ -155,7 +155,10 @@ Happy hacking!\n"))
 
                   (channel
                    (name 'guix-cran)
-                   (url "https://github.com/guix-science/guix-cran.git";)))))
+                   (url "https://github.com/guix-science/guix-cran.git";))
+                  (channel
+                   (name 'guix-bioc)
+                   (url "https://github.com/guix-science/guix-bioc.git";)))))
 
 (define %hpcguix-web-channel-descriptions
   ;; Channel metadata displayed by hpcguix-web.

Reply via email to