From f135df93e643fabc73600e50a6243edff85ab345 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 29 Jun 2021 09:25:45 +0200 Subject: [PATCH] Move IRC to OFTC --- .travis.yml | 2 +- doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7064eb0a2..a3eb395b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ notifications: on_failure: always skip_join: true channels: - - "irc.freenode.org#gnocchi" + - "irc.oftc.net#gnocchi" before_deploy: - pip install --user --upgrade pip diff --git a/doc/source/index.rst b/doc/source/index.rst index 63934d8e3..110a16c8f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -34,7 +34,7 @@ You can join Gnocchi's community via the following channels: - Source code: https://github.com/gnocchixyz/gnocchi - Bug tracker: https://github.com/gnocchixyz/gnocchi/issues -- IRC: #gnocchi on `Freenode `_ +- IRC: #gnocchi on `OFTC `_ Documentation -------------