diff options
author | raveit65 <[email protected]> | 2021-08-03 20:10:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-03 20:10:51 +0200 |
commit | 64c8d4a6a45726278c973cc00794d8eb5c5b10ba (patch) | |
tree | 69c9970f651be7474f871dfeb63041be87d75e0f /.travis.yml | |
parent | ac897846d0148e46d5e353ced97957e03244976a (diff) | |
download | libmatemixer-64c8d4a6a45726278c973cc00794d8eb5c5b10ba.tar.bz2 libmatemixer-64c8d4a6a45726278c973cc00794d8eb5c5b10ba.tar.xz |
travis-Ci: use libera.chat as notification server
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 2416d46..b886bc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/libmatemixer channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |