diff --git a/NEWS.rst b/NEWS.rst index 88d231826..d70fac6b5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1188,7 +1188,7 @@ Precautions when Upgrading .. _`#1915`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1915 .. _`#1926`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1926 .. _`message to the tahoe-dev mailing list`: - https://tahoe-lafs.org/pipermail/tahoe-dev/2013-March/008096.html + https://lists.tahoe-lafs.org/pipermail/tahoe-dev/2013-March/008096.html Release 1.9.2 (2012-07-03) diff --git a/README.rst b/README.rst index 2cc6e38eb..e58211601 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Get involved with the Tahoe-LAFS community: - Join our `weekly conference calls `__ with core developers and interested community members. -- Subscribe to `the tahoe-dev mailing list `__, the community forum for discussion of Tahoe-LAFS design, implementation, and usage. +- Subscribe to `the tahoe-dev mailing list `__, the community forum for discussion of Tahoe-LAFS design, implementation, and usage. 🤗 Contributing --------------- diff --git a/docs/Installation/install-tahoe.rst b/docs/Installation/install-tahoe.rst index c8b0b521e..2fe47f4a8 100644 --- a/docs/Installation/install-tahoe.rst +++ b/docs/Installation/install-tahoe.rst @@ -65,4 +65,4 @@ If you are working on MacOS or a Linux distribution which does not have Tahoe-LA If you are looking to hack on the source code or run pre-release code, we recommend you install Tahoe-LAFS on a `virtualenv` instance. To learn more, see :doc:`install-on-linux`. -You can always write to the `tahoe-dev mailing list `_ or chat on the `Libera.chat IRC `_ if you are not able to get Tahoe-LAFS up and running on your deployment. +You can always write to the `tahoe-dev mailing list `_ or chat on the `Libera.chat IRC `_ if you are not able to get Tahoe-LAFS up and running on your deployment. diff --git a/docs/historical/historical_known_issues.txt b/docs/historical/historical_known_issues.txt index 9d4e1d427..8edab51a8 100644 --- a/docs/historical/historical_known_issues.txt +++ b/docs/historical/historical_known_issues.txt @@ -177,7 +177,7 @@ mutable files, you may be able to avoid the potential for "rollback" failure. A future version of Tahoe will include a fix for this issue. Here is -[https://tahoe-lafs.org/pipermail/tahoe-dev/2008-May/000630.html the +[https://lists.tahoe-lafs.org/pipermail/tahoe-dev/2008-May/000628.html the mailing list discussion] about how that future version will work. diff --git a/docs/man/man1/tahoe.1 b/docs/man/man1/tahoe.1 index 113f6a311..ab3d3c4c5 100644 --- a/docs/man/man1/tahoe.1 +++ b/docs/man/man1/tahoe.1 @@ -268,7 +268,7 @@ For known security issues see .PP Tahoe-LAFS home page: .PP -tahoe-dev mailing list: +tahoe-dev mailing list: .SH COPYRIGHT .PP Copyright \@ 2006\[en]2013 The Tahoe-LAFS Software Foundation diff --git a/docs/release-checklist.rst b/docs/release-checklist.rst index a5761c1c7..da1bbe16f 100644 --- a/docs/release-checklist.rst +++ b/docs/release-checklist.rst @@ -178,8 +178,8 @@ Announcing the Release Candidate ```````````````````````````````` The release-candidate should be announced by posting to the -mailing-list (tahoe-dev@tahoe-lafs.org). For example: -https://tahoe-lafs.org/pipermail/tahoe-dev/2020-October/009995.html +mailing-list (tahoe-dev@lists.tahoe-lafs.org). For example: +https://lists.tahoe-lafs.org/pipermail/tahoe-dev/2020-October/009978.html Is The Release Done Yet? diff --git a/docs/running.rst b/docs/running.rst index a53f5d9e2..406c8200b 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -238,7 +238,7 @@ You can chat with other users of and hackers of this software on the #tahoe-lafs IRC channel at ``irc.libera.chat``, or on the `tahoe-dev mailing list`_. -.. _tahoe-dev mailing list: https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev +.. _tahoe-dev mailing list: https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev Complain diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index d5ad33bf7..4fd98a717 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -16,7 +16,7 @@ if git diff-index --quiet HEAD; then fi git config user.name 'Build Automation' -git config user.email 'tahoe-dev@tahoe-lafs.org' +git config user.email 'tahoe-dev@lists.tahoe-lafs.org' git add tahoe-deps.json tahoe-ported.json git commit -m "\ diff --git a/relnotes.txt b/relnotes.txt index d5552e24b..4afbd6cc5 100644 --- a/relnotes.txt +++ b/relnotes.txt @@ -155,7 +155,7 @@ Planet Earth [4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/COPYING.GPL [5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/COPYING.TGPPL.rst [6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.15.1/INSTALL.html -[7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev +[7] https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev [8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap [9] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/CREDITS [10] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev diff --git a/setup.py b/setup.py index 3433e93f4..e1d711ccf 100644 --- a/setup.py +++ b/setup.py @@ -359,7 +359,7 @@ setup(name="tahoe-lafs", # also set in __init__.py description='secure, decentralized, fault-tolerant file store', long_description=open('README.rst', 'r', encoding='utf-8').read(), author='the Tahoe-LAFS project', - author_email='tahoe-dev@tahoe-lafs.org', + author_email='tahoe-dev@lists.tahoe-lafs.org', url='https://tahoe-lafs.org/', license='GNU GPL', # see README.rst -- there is an alternative licence cmdclass={"update_version": UpdateVersion,