diff options
author | raveit65 <[email protected]> | 2021-08-05 17:30:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 17:30:24 +0200 |
commit | a9ab00f83ea471c842883146344eef1cb068aa72 (patch) | |
tree | 60a573b25ce107db6357454b83bfaf1d30a7a8fa /.travis.yml | |
parent | 3643d78282e3199e74b95d2a3909ab3239c48567 (diff) | |
download | mate-system-monitor-a9ab00f83ea471c842883146344eef1cb068aa72.tar.bz2 mate-system-monitor-a9ab00f83ea471c842883146344eef1cb068aa72.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 106bdac..d1be426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-system-monitor" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |