Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2016-04-14 02:49:30 +0300
committerBrad Warren <bmw@eff.org>2016-04-14 02:49:30 +0300
commit3d248d8a60f085bce920e979a4b80067c0cdd8da (patch)
tree10cb60effdd17d00bce1b2abc578bc4f643723a8 /certbot-nginx/setup.py
parenta43fac3277fbadaea0311e915efa03aa15f94542 (diff)
s/Let's Encrypt/Certbot certbot-nginx
Diffstat (limited to 'certbot-nginx/setup.py')
-rw-r--r--certbot-nginx/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 4fdfcd858..7c07ff4a0 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -31,9 +31,9 @@ docs_extras = [
setup(
name='certbot-nginx',
version=version,
- description="Nginx plugin for Let's Encrypt client",
+ description="Nginx plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt',
- author="Let's Encrypt Project",
+ author="Electronic Frontier Foundation",
author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
classifiers=[