diff options
author | raveit65 <[email protected]> | 2021-08-04 20:23:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 20:23:03 +0200 |
commit | 19ae09e4462e112fcb4aa45b2f2a093dd5f84401 (patch) | |
tree | f592a092174f471e13ff677decb798ff1f389236 /.travis.yml | |
parent | 70c5e3439392f3e2aacb4a51b1c97d5d15b38799 (diff) | |
download | mate-power-manager-19ae09e4462e112fcb4aa45b2f2a093dd5f84401.tar.bz2 mate-power-manager-19ae09e4462e112fcb4aa45b2f2a093dd5f84401.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 473806d..8cec209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-power-manager" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |