Skip to content

Commit 860e99f

Browse files
committed
doc: move modules-interest mailing-list to HPSF
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent bf8696c commit 860e99f

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.hunspell.en.dic

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,3 +1302,8 @@ Reproducibility
13021302
rebase
13031303
reproducibility
13041304
latexpdf
1305+
Kerberos
1306+
Benoit
1307+
HPSF
1308+
wget
1309+
MSVC

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Support questions
2020
-----------------
2121

2222
Please use the `modules-interest mailing list`_
23-
(``modules-interest@lists.sourceforge.net``) or the `Modules chat room`_
23+
(``modules-interest@lists.hpsf.io``) or the `Modules chat room`_
2424
(``#modules:matrix.org``) for questions. Do not use the
2525
issue tracker for this.
2626

27-
.. _modules-interest mailing list: https://sourceforge.net/projects/modules/lists/modules-interest
27+
.. _modules-interest mailing list: https://lists.hpsf.io/g/modules-interest
2828
.. _Modules chat room: https://matrix.to/#/#modules:matrix.org
2929

3030
Asking for new features

NEWS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Modules 5.7.0 (not yet released)
1616
function. (fix issue #419 with contribution from Benoit Dumas)
1717
* Doc: update email address in `Code of conduct`_ to report bad behavior to
1818
maintainers.
19+
* Move *modules-interest* mailing-list to HPSF.
1920

2021

2122
.. _5.6 release notes:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Modules is an open source project. Questions, discussion, and contributions
137137
are welcome. You can get in contact with the Modules community via:
138138

139139
* the [modules-interest mailing list][6]
140-
(`modules-interest@lists.sourceforge.net`)
140+
(`modules-interest@lists.hpsf.io`)
141141
* the [Modules chat room][7] (`#modules:matrix.org`)
142142

143143
The project is also present on several social media platforms:
@@ -212,7 +212,7 @@ be what it is without their contributions:
212212
[3]: https://modules.readthedocs.io/en/stable/MIGRATING.html
213213
[4]: https://modules.readthedocs.io/en/stable/NEWS.html
214214
[5]: https://modules.readthedocs.io/en/stable/changes.html
215-
[6]: https://sourceforge.net/projects/modules/lists/modules-interest
215+
[6]: https://lists.hpsf.io/g/modules-interest
216216
[7]: https://matrix.to/#/#modules:matrix.org
217217
[8]: https://x.com/EnvModules
218218
[9]: https://mast.hpc.social/@EnvModules

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Modules is an open source project. Questions, discussion, and contributions
125125
are welcome. You can get in contact with the Modules community via:
126126

127127
* the `modules-interest mailing list`_
128-
(``modules-interest@lists.sourceforge.net``)
128+
(``modules-interest@lists.hpsf.io``)
129129
* the `Modules chat room`_ (``#modules:matrix.org``)
130130

131131
The project is also present on several social media platforms:
@@ -134,7 +134,7 @@ The project is also present on several social media platforms:
134134
* Mastodon: `@[email protected]`_
135135
* Bluesky: `@EnvModules.bsky.social`_
136136

137-
.. _modules-interest mailing list: https://sourceforge.net/projects/modules/lists/modules-interest
137+
.. _modules-interest mailing list: https://lists.hpsf.io/g/modules-interest
138138
.. _Modules chat room: https://matrix.to/#/#modules:matrix.org
139139
.. _@EnvModules: https://x.com/EnvModules
140140
.. _@[email protected]: https://mast.hpc.social/@EnvModules

lib/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Envmodules],[1.4.3],[modules-interest@lists.sourceforge.net],[],[https://envmodules.io])
5+
AC_INIT([Envmodules],[1.4.3],[modules-interest@lists.hpsf.io],[],[https://envmodules.io])
66
AC_CONFIG_SRCDIR([envmodules.c])
77
AC_CONFIG_HEADERS([config.h])
88

0 commit comments

Comments
 (0)