l 2 repo-sync: fix description
This commit is contained in:
parent
b1b929c67d
commit
90690ab652
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user