diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/git-server.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/git-server.nix b/profiles/git-server.nix index 327bbbb..498b681 100644 --- a/profiles/git-server.nix +++ b/profiles/git-server.nix @@ -41,8 +41,8 @@ ":README.org" ]; project-list = "/var/lib/gitolite/projects.list"; - about-filter = "${pkgs.cgit-pink}/lib/cgit/filters/about-formatting.sh"; - source-filter = "${pkgs.cgit-pink}/lib/cgit/filters/syntax-highlighting.py"; + about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; + source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; clone-url = (lib.concatStringsSep " " [ "https://code.fcuny.net/$CGIT_REPO_URL" ]); enable-log-filecount = 1; enable-log-linecount = 1; |
