diff options
-rw-r--r-- | modules/git/cgit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 16538c0..974b615 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -17,7 +17,7 @@ in { scanPath = repositoryPath; settings = { root-title = "compromyse: CGIT"; - root-desc = "Compromyse's Git Repositories"; + root-desc = "compromyse's Git Repositories"; readme = ":README.md"; |