diff options
author | raveit65 <[email protected]> | 2021-07-06 17:04:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-07-06 17:04:15 +0200 |
commit | 308b5a5a01f01d02cbb2718926afc810763503c9 (patch) | |
tree | 01607819377bd356fabe005914480bfe2323b397 | |
parent | 5659585cb4a2ec2f0c77006e240e1683ee54a2a2 (diff) | |
download | libmateweather-308b5a5a01f01d02cbb2718926afc810763503c9.tar.bz2 libmateweather-308b5a5a01f01d02cbb2718926afc810763503c9.tar.xz |
use irc.libera.chat for notifications1.24
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e809d9f..a8aeb2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: if: (tag OR branch = "1.24") 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}" |