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

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