mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02: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:
+1
-1
@@ -38,7 +38,7 @@ setup(
|
||||
description="Certbot continuous integration framework",
|
||||
url='https://github.com/certbot/certbot',
|
||||
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