From 945400abb5a0b7e4c227fe8c49ea3bca8d55e01b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 20 May 2025 11:31:29 +0200
Subject: [PATCH] head-node: Update Cuirass URL.

* head-node.scm <unattended-upgrade-configuration>[channels]: Update
Cuirass URL.
---
 head-node.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/head-node.scm b/head-node.scm
index 2af99b5..723884a 100644
--- a/head-node.scm
+++ b/head-node.scm
@@ -548,7 +548,7 @@ if ($http_user_agent ~~ \"(~a)\" ) {
                            (channels
                             #~(cons* (channel
                                       (name 'cuirass)
-                                      (url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git")
+                                      (url "https://codeberg.org/guix/cuirass.git")
                                       (branch "main")
                                       (introduction
                                        (make-channel-introduction
-- 
GitLab