diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 19:55:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 19:55:00 -0300 |
commit | 9005779ac6b1b66e35afa23e9a102a96e808ac57 (patch) | |
tree | 28f38c5c54a6810818e7bf4fbbe7b955395ca5cc /src | |
parent | system.scm: Use root@tld for certbot email (diff) | |
download | toph-9005779ac6b1b66e35afa23e9a102a96e808ac57.tar.gz toph-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')
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
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") |