All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	dri-devel@lists.freedesktop.org
Cc: "David Airlie" <airlied@linux.ie>,
	"Hector Martin" <marcan@marcan.st>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Alyssa Rosenzweig" <alyssa@rosenzweig.io>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels
Date: Mon, 31 May 2021 13:05:29 +0300	[thread overview]
Message-ID: <87zgwbqkuu.fsf@intel.com> (raw)
In-Reply-To: <20210531031029.4642-2-alyssa@rosenzweig.io>

On Sun, 30 May 2021, Alyssa Rosenzweig <alyssa@rosenzweig.io> wrote:
> Like many free software projects, freedesktop.org issued a non-binding
> recommendation for projects to migrate from Freenode to OFTC [1]. As
> such, freedesktop.org entries in the MAINTAINERS file are out-of-date as
> the respective channels have moved. Update the file to point to the
> right network.
>
> v2: Correct typo in commit message pointed out by Lukas and Jonathan.
> Add Hector's ack.
>
> [1] https://lists.freedesktop.org/archives/dri-devel/2021-May/307605.html
>
> Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
> Acked-By: Hector Martin <marcan@marcan.st>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Lukas Wunner <lukas@wunner.de>
> Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> Cc: linux-kernel@vger.kernel.org

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49091fbfa..7f992125a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1651,7 +1651,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  W:	https://asahilinux.org
>  B:	https://github.com/AsahiLinux/linux/issues
> -C:	irc://chat.freenode.net/asahi-dev
> +C:	irc://irc.oftc.net/asahi-dev
>  T:	git https://github.com/AsahiLinux/linux.git
>  F:	Documentation/devicetree/bindings/arm/apple.yaml
>  F:	Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
> @@ -5969,7 +5969,7 @@ M:	Daniel Vetter <daniel@ffwll.ch>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  B:	https://gitlab.freedesktop.org/drm
> -C:	irc://chat.freenode.net/dri-devel
> +C:	irc://irc.oftc.net/dri-devel
>  T:	git git://anongit.freedesktop.org/drm/drm
>  F:	Documentation/devicetree/bindings/display/
>  F:	Documentation/devicetree/bindings/gpu/
> @@ -9116,7 +9116,7 @@ S:	Supported
>  W:	https://01.org/linuxgraphics/
>  Q:	http://patchwork.freedesktop.org/project/intel-gfx/
>  B:	https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
> -C:	irc://chat.freenode.net/intel-gfx
> +C:	irc://irc.oftc.net/intel-gfx
>  T:	git git://anongit.freedesktop.org/drm-intel
>  F:	Documentation/gpu/i915.rst
>  F:	drivers/gpu/drm/i915/

-- 
Jani Nikula, Intel Open Source Graphics Center

WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	dri-devel@lists.freedesktop.org
Cc: "David Airlie" <airlied@linux.ie>,
	"Hector Martin" <marcan@marcan.st>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	linux-kernel@vger.kernel.org,
	"Alyssa Rosenzweig" <alyssa@rosenzweig.io>
Subject: Re: [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels
Date: Mon, 31 May 2021 13:05:29 +0300	[thread overview]
Message-ID: <87zgwbqkuu.fsf@intel.com> (raw)
In-Reply-To: <20210531031029.4642-2-alyssa@rosenzweig.io>

On Sun, 30 May 2021, Alyssa Rosenzweig <alyssa@rosenzweig.io> wrote:
> Like many free software projects, freedesktop.org issued a non-binding
> recommendation for projects to migrate from Freenode to OFTC [1]. As
> such, freedesktop.org entries in the MAINTAINERS file are out-of-date as
> the respective channels have moved. Update the file to point to the
> right network.
>
> v2: Correct typo in commit message pointed out by Lukas and Jonathan.
> Add Hector's ack.
>
> [1] https://lists.freedesktop.org/archives/dri-devel/2021-May/307605.html
>
> Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
> Acked-By: Hector Martin <marcan@marcan.st>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Lukas Wunner <lukas@wunner.de>
> Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> Cc: linux-kernel@vger.kernel.org

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49091fbfa..7f992125a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1651,7 +1651,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  W:	https://asahilinux.org
>  B:	https://github.com/AsahiLinux/linux/issues
> -C:	irc://chat.freenode.net/asahi-dev
> +C:	irc://irc.oftc.net/asahi-dev
>  T:	git https://github.com/AsahiLinux/linux.git
>  F:	Documentation/devicetree/bindings/arm/apple.yaml
>  F:	Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
> @@ -5969,7 +5969,7 @@ M:	Daniel Vetter <daniel@ffwll.ch>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  B:	https://gitlab.freedesktop.org/drm
> -C:	irc://chat.freenode.net/dri-devel
> +C:	irc://irc.oftc.net/dri-devel
>  T:	git git://anongit.freedesktop.org/drm/drm
>  F:	Documentation/devicetree/bindings/display/
>  F:	Documentation/devicetree/bindings/gpu/
> @@ -9116,7 +9116,7 @@ S:	Supported
>  W:	https://01.org/linuxgraphics/
>  Q:	http://patchwork.freedesktop.org/project/intel-gfx/
>  B:	https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
> -C:	irc://chat.freenode.net/intel-gfx
> +C:	irc://irc.oftc.net/intel-gfx
>  T:	git git://anongit.freedesktop.org/drm-intel
>  F:	Documentation/gpu/i915.rst
>  F:	drivers/gpu/drm/i915/

-- 
Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2021-05-31 10:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  3:10 [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Alyssa Rosenzweig
2021-05-31  3:10 ` Alyssa Rosenzweig
2021-05-31  3:10 ` [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels Alyssa Rosenzweig
2021-05-31  3:10   ` Alyssa Rosenzweig
2021-05-31 10:05   ` Jani Nikula [this message]
2021-05-31 10:05     ` Jani Nikula
2021-06-09 15:12 ` [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Karol Herbst
2021-06-09 15:12   ` Karol Herbst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgwbqkuu.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=airlied@linux.ie \
    --cc=alyssa@rosenzweig.io \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=j.neuschaefer@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcan@marcan.st \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.