diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-24 16:36:30 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-24 16:36:30 -0400 |
| commit | 405473d7deac970e6ca98a4a4c6a00100f067fbc (patch) | |
| tree | beb03b8ebf8b57a0d2e477de92074a317c7690c8 | |
| parent | c59848ed0cc6efc0790f2d40707c183a46b90ab9 (diff) | |
cgit: missing semicolon
| -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 282fe52..ecf3e6c 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -37,7 +37,7 @@ in { clone-prefix = "https://git.compromyse.xyz"; clone-url = "https://git.compromyse.xyz/$CGIT_REPO_URL"; - sections = "flagship android cybersecurity me server archive" + sections = "flagship android cybersecurity me server archive"; "mimetype.gif" = "image/gif"; "mimetype.html" = "text/html"; |
