From 9cf5bb29795bd4dc603a45dd6f77bebee82d17c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Tue, 8 Jun 2021 17:34:01 +0300 Subject: [PATCH] {ci,docs,README}: update IRC references to new network --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .travis.yml | 2 +- DOCS/contribute.md | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 163937a996..15720e3451 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,8 +2,8 @@ blank_issues_enabled: false contact_links: - name: mpv irc channel url: https://mpv.io/community/ - about: Feel free to ask questions here irc://irc.freenode.net/mpv + about: Feel free to ask questions here irc://irc.libera.chat/mpv - name: mpv irc developer channel url: https://mpv.io/community/ about: Ask questions related to the development of mpv here - irc://irc.freenode.net/mpv-devel + irc://irc.libera.chat/mpv-devel diff --git a/.travis.yml b/.travis.yml index cf5b11c67c..620c5d43c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,7 +148,7 @@ notifications: irc: if: fork = false channels: - - "irc.freenode.org#mpv-devel" + - "irc.libera.chat#mpv-devel" on_success: change on_failure: always diff --git a/DOCS/contribute.md b/DOCS/contribute.md index cc30978bf5..48307d9658 100644 --- a/DOCS/contribute.md +++ b/DOCS/contribute.md @@ -5,7 +5,7 @@ General ------- The main contact for mpv development is IRC, specifically #mpv -and #mpv-devel on Freenode. Github is used for code review and +and #mpv-devel on Libera.chat. Github is used for code review and long term discussions. Sending patches diff --git a/README.md b/README.md index aa884e80c8..6625c3370d 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ see the [FAQ][FAQ]. Most activity happens on the IRC channel and the github issue tracker. - **GitHub issue tracker**: [issue tracker][issue-tracker] (report bugs here) -- **User IRC Channel**: `#mpv` on `irc.freenode.net` -- **Developer IRC Channel**: `#mpv-devel` on `irc.freenode.net` +- **User IRC Channel**: `#mpv` on `irc.libera.chat` +- **Developer IRC Channel**: `#mpv-devel` on `irc.libera.chat` [FAQ]: https://github.com/mpv-player/mpv/wiki/FAQ [releases]: https://github.com/mpv-player/mpv/releases