[bug#77463] doc: Update guix-science URL.

Message ID 20250402100007.3621-1-jakecameron.forster@gmail.com
State New
Headers
Series [bug#77463] doc: Update guix-science URL. |

Commit Message

Jake Forster April 2, 2025, 10 a.m. UTC
  * doc/guix.texi (Customizing the System-Wide Guix): Update guix-science URL.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: de66c7be346a2e30195efcca5bd1c89027b80c9e
  

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 3d91dfd7b1..385ca990bf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5478,7 +5478,7 @@  operating system configuration, as in this example:
   (append
    (list (channel
           (name 'guix-science)
-          (url "https://github.com/guix-science/guix-science")
+          (url "https://codeberg.org/guix-science/guix-science")
           (branch "master")))
    %default-channels))