Blame SOURCES/0023-ndctl-Update-nvdimm-mailing-list-address.patch

26ccd9
From 063af7c447d257397a925df81897da2c71e31653 Mon Sep 17 00:00:00 2001
26ccd9
From: Vishal Verma <vishal.l.verma@intel.com>
26ccd9
Date: Tue, 18 May 2021 16:25:27 -0600
26ccd9
Subject: [PATCH 023/217] ndctl: Update nvdimm mailing list address
26ccd9
26ccd9
The 'nvdimm' mailing list has moved from lists.01.org to
26ccd9
lists.linux.dev. Update CONTRIBUTING.md and configure.ac to reflect
26ccd9
this.
26ccd9
26ccd9
Link: https://lore.kernel.org/r/20210518222527.550730-1-vishal.l.verma@intel.com
26ccd9
Cc: Dan Williams <dan.j.williams@intel.com>
26ccd9
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
26ccd9
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
26ccd9
---
26ccd9
 CONTRIBUTING.md | 7 ++++---
26ccd9
 configure.ac    | 2 +-
26ccd9
 2 files changed, 5 insertions(+), 4 deletions(-)
26ccd9
26ccd9
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
26ccd9
index 4c29d31..4f4865d 100644
26ccd9
--- a/CONTRIBUTING.md
26ccd9
+++ b/CONTRIBUTING.md
26ccd9
@@ -6,13 +6,14 @@ The following is a set of guidelines that we adhere to, and request that
26ccd9
 contributors follow.
26ccd9
 
26ccd9
 1. The libnvdimm (kernel subsystem) and ndctl developers primarily use
26ccd9
-   the [linux-nvdimm](https://lists.01.org/postorius/lists/linux-nvdimm.lists.01.org/)
26ccd9
+   the [nvdimm](https://subspace.kernel.org/lists.linux.dev.html)
26ccd9
    mailing list for everything. It is recommended to send patches to
26ccd9
-   **```linux-nvdimm@lists.01.org```**
26ccd9
+   **```nvdimm@lists.linux.dev```**
26ccd9
+   An archive is available on [lore](https://lore.kernel.org/nvdimm/)
26ccd9
 
26ccd9
 1. Github [issues](https://github.com/pmem/ndctl/issues) are an acceptable
26ccd9
    way to report a problem, but if you just have a question,
26ccd9
-   [email](mailto:linux-nvdimm@lists.01.org) the above list.
26ccd9
+   [email](mailto:nvdimm@lists.linux.dev) the above list.
26ccd9
 
26ccd9
 1. We follow the Linux Kernel [Coding Style Guide][cs] as applicable.
26ccd9
 
26ccd9
diff --git a/configure.ac b/configure.ac
26ccd9
index 5ec8d2f..dc39dbe 100644
26ccd9
--- a/configure.ac
26ccd9
+++ b/configure.ac
26ccd9
@@ -2,7 +2,7 @@ AC_PREREQ(2.60)
26ccd9
 m4_include([version.m4])
26ccd9
 AC_INIT([ndctl],
26ccd9
         GIT_VERSION,
26ccd9
-        [linux-nvdimm@lists.01.org],
26ccd9
+        [nvdimm@lists.linux.dev],
26ccd9
         [ndctl],
26ccd9
         [https://github.com/pmem/ndctl])
26ccd9
 AC_CONFIG_SRCDIR([ndctl/lib/libndctl.c])
26ccd9
-- 
26ccd9
2.27.0
26ccd9