diff options
author | raveit65 <[email protected]> | 2021-07-06 17:10:18 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2021-07-09 08:52:15 -0400 |
commit | c018cd4659d99581d83aae5cd20b89b5b8c6655a (patch) | |
tree | 998aa716ce135c82b2247cb4661718286fd34399 /.travis.yml | |
parent | 831b448c6289c76aff102e08407ddffc12084995 (diff) | |
download | libmateweather-c018cd4659d99581d83aae5cd20b89b5b8c6655a.tar.bz2 libmateweather-c018cd4659d99581d83aae5cd20b89b5b8c6655a.tar.xz |
use irc.libera.chat for notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a736bc6..ee1d756 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/libmateweather channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |