1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-09 15:02:48 +03:00

fix client email address (#8817)

client-dev@letsencrypt.org is no longer used by the Certbot team so this PR updates the email address in our packages to our current mailing list.
This commit is contained in:
Brad Warren
2021-05-03 12:38:54 -07:00
committed by GitHub
parent 2cf1775864
commit d3d9a05826
21 changed files with 21 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ setup(
description='ACME protocol implementation in Python', description='ACME protocol implementation in Python',
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -24,7 +24,7 @@ setup(
description="Apache plugin for Certbot", description="Apache plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -38,7 +38,7 @@ setup(
description="Certbot continuous integration framework", description="Certbot continuous integration framework",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -24,7 +24,7 @@ setup(
description="Compatibility tests for Certbot", description="Compatibility tests for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="Cloudflare DNS Authenticator plugin for Certbot", description="Cloudflare DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="CloudXNS DNS Authenticator plugin for Certbot", description="CloudXNS DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="DigitalOcean DNS Authenticator plugin for Certbot", description="DigitalOcean DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -47,7 +47,7 @@ setup(
description="DNSimple DNS Authenticator plugin for Certbot", description="DNSimple DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="DNS Made Easy DNS Authenticator plugin for Certbot", description="DNS Made Easy DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -35,7 +35,7 @@ setup(
description="Gehirn Infrastructure Service DNS Authenticator plugin for Certbot", description="Gehirn Infrastructure Service DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -39,7 +39,7 @@ setup(
description="Google Cloud DNS Authenticator plugin for Certbot", description="Google Cloud DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -35,7 +35,7 @@ setup(
description="Linode DNS Authenticator plugin for Certbot", description="Linode DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="LuaDNS Authenticator plugin for Certbot", description="LuaDNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="NS1 DNS Authenticator plugin for Certbot", description="NS1 DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="OVH DNS Authenticator plugin for Certbot", description="OVH DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="RFC 2136 DNS Authenticator plugin for Certbot", description="RFC 2136 DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -36,7 +36,7 @@ setup(
description="Route53 DNS Authenticator plugin for Certbot", description="Route53 DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -35,7 +35,7 @@ setup(
description="Sakura Cloud DNS Authenticator plugin for Certbot", description="Sakura Cloud DNS Authenticator plugin for Certbot",
url='https://github.com/certbot/certbot', url='https://github.com/certbot/certbot',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -20,7 +20,7 @@ setup(
description="Nginx plugin for Certbot", description="Nginx plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -100,7 +100,7 @@ setup(
long_description=readme, long_description=readme,
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[

View File

@@ -9,7 +9,7 @@ setup(
description='Environment to build the Certbot Windows installer', description='Environment to build the Certbot Windows installer',
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Certbot Project", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='certbot-dev@eff.org',
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[