diff options
-rw-r--r-- | web/cgit-taz/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 7dc5d9070a14..962efab91ac7 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -34,11 +34,10 @@ let # Repository configuration repo.url=depot - repo.path=/git/depot/.git + repo.path=/git/depot/ repo.desc=tazjin's personal monorepo repo.owner=tazjin <mail@tazj.in> repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot - repo.enable-remote-branches=1 ''; thttpdConfig = writeText "thttpd.conf" '' |