diff options
author | raveit65 <[email protected]> | 2021-08-04 16:31:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 16:31:56 +0200 |
commit | da07e7bcdb5bfcd8ebfd4b680cedd9dfbee34bd1 (patch) | |
tree | 515c15a8d2ed6032791187b1281a25e6563264f0 | |
parent | c718bb0026c6e8594b202c51a1d28d2c85885a61 (diff) | |
download | mate-notification-daemon-da07e7bcdb5bfcd8ebfd4b680cedd9dfbee34bd1.tar.bz2 mate-notification-daemon-da07e7bcdb5bfcd8ebfd4b680cedd9dfbee34bd1.tar.xz |
travis-Ci: use libera.chat as notification server
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3562958..f8a27ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-notification-daemon" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |