tv gitrepos: ni.r/#retiolum -> irc.r/#krebs

This commit is contained in:
tv 2017-10-01 13:43:00 +02:00
parent 7cdf5705d9
commit 144b18a15c

View File

@ -100,10 +100,10 @@ let {
);
irc-announce = args: pkgs.git-hooks.irc-announce (recursiveUpdate {
channel = "#retiolum";
channel = "#krebs";
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
server = "ni.r";
server = "irc.r";
verbose = true;
} args);