diff options
author | raveit65 <[email protected]> | 2021-08-03 19:44:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-03 19:44:12 +0200 |
commit | 342c756efaaaf373a0762fe4b92da6fcb0d0f63f (patch) | |
tree | 3a25681ea8b8129ac465a244732a031611d7dca0 | |
parent | 205923d9b69a0a3e0785800b4fc1666173f68967 (diff) | |
download | libmatekbd-342c756efaaaf373a0762fe4b92da6fcb0d0f63f.tar.bz2 libmatekbd-342c756efaaaf373a0762fe4b92da6fcb0d0f63f.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 e5f8868..ac1ff4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/libmatekbd channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |