diff --git a/modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch b/modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch index 0b00f2c..aa853f7 100644 --- a/modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch +++ b/modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch @@ -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 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)) diff --git a/modules/rosenthal/packages/web.scm b/modules/rosenthal/packages/web.scm index affc0f0..e550f5d 100644 --- a/modules/rosenthal/packages/web.scm +++ b/modules/rosenthal/packages/web.scm @@ -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