aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-12 19:55:00 -0300
committerEuAndreh <eu@euandre.org>2023-03-12 19:55:00 -0300
commit9005779ac6b1b66e35afa23e9a102a96e808ac57 (patch)
tree28f38c5c54a6810818e7bf4fbbe7b955395ca5cc /src/infrastructure/guix/system.scm
parentsystem.scm: Use root@tld for certbot email (diff)
downloadserver-9005779ac6b1b66e35afa23e9a102a96e808ac57.tar.gz
server-9005779ac6b1b66e35afa23e9a102a96e808ac57.tar.xz
system.scm: Use generic title for CGit root-title
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 9005779ac6b1b66e35afa23e9a102a96e808ac57 git notes --ref=refs/notes/ci-data show 9005779ac6b1b66e35afa23e9a102a96e808ac57 Exit status: 0 Duration: 27
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 31ecff4..6342a82 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -320,7 +320,7 @@
(enable-subject-links? #t)
(snapshots '("tar.gz" "tar.xz"))
(root-desc "Patches welcome!")
- (root-title "EuAndreh repositories")
+ (root-title (str tld " repositories"))
(logo "/git/static/cgit.png")
(favicon "/git/static/favicon.ico")
(css "/git/static/cgit.css")