diff options
author | raveit65 <[email protected]> | 2021-08-07 14:10:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 14:10:59 +0200 |
commit | b75c4a15330122fb319e7ea42e58ecac1e79995c (patch) | |
tree | 64aeb4a3670b7f2170170b86579fdbe47ab79c16 | |
parent | 59a81f1e88863858b134d8b0c8549f851095b7ef (diff) | |
download | mate-indicator-applet-b75c4a15330122fb319e7ea42e58ecac1e79995c.tar.bz2 mate-indicator-applet-b75c4a15330122fb319e7ea42e58ecac1e79995c.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 2b34a4c..41a9693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-indicator-applet" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |