URL: https://github.com/SSSD/sssd/pull/236 Author: lslebodn Title: #236: README: Update links to mailing lists Action: opened
PR body: """ Old links are redirected to information about Fedorahosted-retirement e.g. https://fedorahosted.org/mailman/listinfo/sssd-devel -> https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/236/head:pr236 git checkout pr236
From 023c234fd99a0095c89ca916e9b7ba6e10c880ab Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik <[email protected]> Date: Wed, 12 Apr 2017 15:13:45 +0200 Subject: [PATCH] README: Update links to mailing lists Old links are redirected to information about Fedorahosted-retirement e.g. https://fedorahosted.org/mailman/listinfo/sssd-devel -> https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c88c0..9c76a98 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Please see the file called COPYING. ## Contacts There are several ways to contact us: -* the sssd-devel mailing list: [Development of the System Security Services Daemon](https://fedorahosted.org/mailman/listinfo/sssd-devel) -* the sssd-users mailing list: [End-user discussions about the System Security Services Daemon](https://fedorahosted.org/mailman/listinfo/sssd-users) +* the sssd-devel mailing list: [Development of the System Security Services Daemon](https://lists.fedorahosted.org/archives/list/[email protected]/) +* the sssd-users mailing list: [End-user discussions about the System Security Services Daemon](https://lists.fedorahosted.org/archives/list/[email protected]/) * the #sssd and #freeipa IRC channels on freenode: * irc://irc.freenode.net/sssd * irc://irc.freenode.net/freeipa
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
