diff options
author | raveit65 <[email protected]> | 2021-08-05 19:52:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 19:52:00 +0200 |
commit | 7c70977344431cff529b97df25ccfbe392b2b52a (patch) | |
tree | bd9533f90d8ae5ba347650cedf31ca3de674a6ff | |
parent | 57eaeac34c25a73615d1d2f7f3cd9d417d604102 (diff) | |
download | mate-user-guide-7c70977344431cff529b97df25ccfbe392b2b52a.tar.bz2 mate-user-guide-7c70977344431cff529b97df25ccfbe392b2b52a.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 a8f2bbf..3b0f681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-user-guide" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |