1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +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

@@ -20,7 +20,7 @@ setup(
description="Nginx 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=[