diff options
-rw-r--r-- | config/cgit.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cgit.nix b/config/cgit.nix index 19229c5..c183c99 100644 --- a/config/cgit.nix +++ b/config/cgit.nix @@ -10,7 +10,8 @@ let cache-root=${cacheDir} cache-size=1000 max-stats=year - root-title=KJ's repositories + root-title=KJ repositories + root-desc=Repositories hosted at git.orbekk.com. enable-commit-graph=true repository-sort=age ''; |