l 2 repo-sync: fix description

This commit is contained in:
lassulus 2016-06-26 20:21:34 +02:00
parent b1b929c67d
commit 90690ab652

View File

@ -9,7 +9,7 @@ let
repo = {
public = true;
name = mkDefault "${name}";
cgit.desc = mkDefault "mirror for all ${name} branches";
cgit.desc = mkDefault "mirror for ${name}";
hooks = mkIf announce (mkDefault {
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;