summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/cd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix
index 7223203a..2eed80e1 100644
--- a/modules/cd/default.nix
+++ b/modules/cd/default.nix
@@ -76,7 +76,7 @@
hooks = {
post-receive = git.irc-announce {
nick = config.networking.hostName; # TODO make this the default
- channel = "#repository";
+ channel = "#retiolum";
server = "ire.retiolum";
};
};