chore(cgit-taz): Point cgit at Gerrit's depot copy

Change-Id: I842ab14269cac18cddeec2f6f9b8140daa40bc0b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/22
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-11 21:48:58 +00:00 committed by tazjin
parent 7875753659
commit dd66480635

View file

@ -1,8 +1,5 @@
# This derivation configures a 'cgit' instance to serve repositories
# from a different source.
#
# In the first round this will just serve my GitHub repositories until
# I'm happy with the display.
{ depot, ... }:
@ -28,8 +25,8 @@ let
# Repository configuration
repo.url=depot
repo.path=/var/git/depot/
repo.desc=tazjin's personal monorepo
repo.path=/var/lib/gerrit/git/depot.git/
repo.desc=monorepo for tazjin's virus lounge
repo.owner=tazjin <mail@tazj.in>
repo.clone-url=https://git.tazj.in
'';