aboutsummaryrefslogtreecommitdiff
path: root/modules/services/cgit/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-11 14:28:31 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-11 14:29:40 -0700
commit82369849ce1f9b10f51ff680131f9f3ca3e8abe1 (patch)
tree065d6d45e109c1d44a8ff6004819573b0decbf1c /modules/services/cgit/default.nix
parentfix(notes): correct the URL to containerd-to-vm code (diff)
downloadinfra-82369849ce1f9b10f51ff680131f9f3ca3e8abe1.tar.gz
fix(cgit): update title and description
Change-Id: I0a8bbe976687a8408e1a931ecf2a90cbaa4926e2 Reviewed-on: https://cl.fcuny.net/c/world/+/414 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r--modules/services/cgit/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/services/cgit/default.nix b/modules/services/cgit/default.nix
index 26e5296..3d83a70 100644
--- a/modules/services/cgit/default.nix
+++ b/modules/services/cgit/default.nix
@@ -41,7 +41,8 @@ let
enable-follow-links=1
enable-blame=1
- root-title="franck's personal repositories"
+ root-title="Franck git repositories"
+ root-desc="source code of my various projects"
# don't index or follow
robots="noindex, nofollow"