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:
@@ -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=[
|
||||
|
Reference in New Issue
Block a user