From 07792867d76f99fd558db13c288df6f2ee8ca652 Mon Sep 17 00:00:00 2001 From: Ariston Lorenzo Date: Fri, 5 May 2023 14:46:42 -0400 Subject: [PATCH] docs: Update mailing lists Moving the mailing lists from the Inferno mailing list (which is on Google, yuck) to their own mailing lists hosted on sr.ht. New mailing lists include: link-announce: release announcements link-devel: patches and development link-discuss: user help and other discussions link-security: Private mailing list to report security issues Signed-off-by: Ariston Lorenzo --- docs/patchwork | 2 +- docs/security.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/patchwork b/docs/patchwork index 2689f67..963b3fe 100644 --- a/docs/patchwork +++ b/docs/patchwork @@ -124,7 +124,7 @@ the Link codebase to creating patches and sending them. You can use 'git send-email' to send your patches to the mailing list. For example: - git send-email --to=hydra-inferno@googlegroups.com patches/commit.patch + git send-email --to=~aristonl/link-devel@lists.sr.ht patches/commit.patch You will have to configure your '~/.gitconfig' to work with your email provider. Navigate to https://git-send-email.io for more information. diff --git a/docs/security.md b/docs/security.md index 2b42386..070e4f9 100644 --- a/docs/security.md +++ b/docs/security.md @@ -9,8 +9,8 @@ Reporting a Security Issue ### 1. Creating a public issue The first way you can report a security bug is by creating an issue on GitHub -and explaining the details there, or you can also email the *hydra-inferno* -mailing list at [hydra-inferno@googlegroups.com](mailto:hydra-inferno@googlegroups.com). +and explaining the details there, or you can also email the *link-security* +mailing list at [link-security@lists.sr.ht](mailto:~aristonl/link-security@lists.sr.ht). Email is highly preferred. ### 2. Disclosing the issue privately -- 2.11.4.GIT