mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-30 06:14:25 +00:00
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:
parent
e899a34d8e
commit
d9861ba574
@ -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>
|
From: Hilton Chain <hako@ultrarare.space>
|
||||||
Date: Sun, 30 Nov 2025 12:13:36 +0800
|
Date: Sun, 30 Nov 2025 12:13:36 +0800
|
||||||
Subject: [PATCH] templates: Add more forges.
|
Subject: [PATCH] templates: Add more forges.
|
||||||
@ -8,7 +8,7 @@ Subject: [PATCH] templates: Add more forges.
|
|||||||
1 file changed, 13 insertions(+), 3 deletions(-)
|
1 file changed, 13 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
|
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
|
--- a/src/cuirass/templates.scm
|
||||||
+++ b/src/cuirass/templates.scm
|
+++ b/src/cuirass/templates.scm
|
||||||
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
|
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
|
||||||
@ -18,7 +18,7 @@ index 1cf7ebf..2ee29fa 100644
|
|||||||
- ("github.com" ,labhub-url))))
|
- ("github.com" ,labhub-url))))
|
||||||
+ ("github.com" ,labhub-url)
|
+ ("github.com" ,labhub-url)
|
||||||
+ ("git.sr.ht" ,labhub-url)
|
+ ("git.sr.ht" ,labhub-url)
|
||||||
+ ("git.urspace.moe" ,labhub-url))))
|
+ ("git.guix.moe" ,labhub-url))))
|
||||||
|
|
||||||
(define %vcs-web-commit-range-views
|
(define %vcs-web-commit-range-views
|
||||||
;; List of host names and corresponding URL to display a commit range.
|
;; 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))))
|
||||||
+ ("github.com" ,github-url)
|
+ ("github.com" ,github-url)
|
||||||
+ ("git.sr.ht" ,sourcehut-url)
|
+ ("git.sr.ht" ,sourcehut-url)
|
||||||
+ ("git.urspace.moe" ,github-url))))
|
+ ("git.guix.moe" ,github-url))))
|
||||||
|
|
||||||
(define* (commit-hyperlink url commit
|
(define* (commit-hyperlink url commit
|
||||||
#:optional (text commit))
|
#:optional (text commit))
|
||||||
|
|||||||
@ -200,7 +200,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.urspace.moe/hako/caddy.git")
|
(url "https://git.guix.moe/hako/caddy.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
@ -216,7 +216,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03k5cjnkpy3ar79rs3p01lm0b6x4ypf7ixzindcv858gdyncq5pb"))))))
|
"03k5cjnkpy3ar79rs3p01lm0b6x4ypf7ixzindcv858gdyncq5pb"))))))
|
||||||
(home-page "https://git.urspace.moe/hako/caddy")
|
(home-page "https://git.guix.moe/hako/caddy")
|
||||||
(properties '((disable-updater? . #t)))))
|
(properties '((disable-updater? . #t)))))
|
||||||
|
|
||||||
(define-public forgejo
|
(define-public forgejo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user