diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 18:58:35 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 18:58:35 -0400 | 
| commit | 61fd5ed1f3b483021bf3b62b7ce66d9f4b5ff239 (patch) | |
| tree | 72707aed019cc9520b22f5092b0d97517c5b1489 /modules | |
| parent | 79aa62d0e4447948e23446e1b9f3b1d2d77e6357 (diff) | |
lowercase 'C' in compromyse
Diffstat (limited to '')
| -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"; | 
