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 = { repo = {
public = true; public = true;
name = mkDefault "${name}"; name = mkDefault "${name}";
cgit.desc = mkDefault "mirror for all ${name} branches"; cgit.desc = mkDefault "mirror for ${name}";
hooks = mkIf announce (mkDefault { hooks = mkIf announce (mkDefault {
post-receive = pkgs.git-hooks.irc-announce { post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName; nick = config.networking.hostName;