rosenthal: packages: Change git.urspace.moe URLs to git.guix.moe.

* modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch:
Update URLs in patch.
* modules/rosenthal/packages/web.scm (caddy/dolly): Update URLs.
This commit is contained in:
Hilton Chain 2026-03-28 10:53:18 +08:00
parent e899a34d8e
commit d9861ba574
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
From f45f42fe17a0037ce3b8c4f22537f257338734e5 Mon Sep 17 00:00:00 2001
From 90bf62f411590cc0b813e6f62c3a0ef89cf17d1f Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Sun, 30 Nov 2025 12:13:36 +0800
Subject: [PATCH] templates: Add more forges.
@ -8,7 +8,7 @@ Subject: [PATCH] templates: Add more forges.
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 1cf7ebf..2ee29fa 100644
index 1cf7ebf..042d46a 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
@ -18,7 +18,7 @@ index 1cf7ebf..2ee29fa 100644
- ("github.com" ,labhub-url))))
+ ("github.com" ,labhub-url)
+ ("git.sr.ht" ,labhub-url)
+ ("git.urspace.moe" ,labhub-url))))
+ ("git.guix.moe" ,labhub-url))))
(define %vcs-web-commit-range-views
;; List of host names and corresponding URL to display a commit range.
@ -44,7 +44,7 @@ index 1cf7ebf..2ee29fa 100644
- ("github.com" ,github-url))))
+ ("github.com" ,github-url)
+ ("git.sr.ht" ,sourcehut-url)
+ ("git.urspace.moe" ,github-url))))
+ ("git.guix.moe" ,github-url))))
(define* (commit-hyperlink url commit
#:optional (text commit))

View File

@ -200,7 +200,7 @@ from serving static websites to running dynamic web applications.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.urspace.moe/hako/caddy.git")
(url "https://git.guix.moe/hako/caddy.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
@ -216,7 +216,7 @@ from serving static websites to running dynamic web applications.")
(sha256
(base32
"03k5cjnkpy3ar79rs3p01lm0b6x4ypf7ixzindcv858gdyncq5pb"))))))
(home-page "https://git.urspace.moe/hako/caddy")
(home-page "https://git.guix.moe/hako/caddy")
(properties '((disable-updater? . #t)))))
(define-public forgejo