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