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