From c4364f82fbbdd0dd1e15f6c5c56ac4e36b688212 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Mon, 3 Oct 2016 20:08:08 +0100 Subject: [PATCH] Change package names --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02d9e01d5..95580ea15 100644 --- a/setup.py +++ b/setup.py @@ -26,10 +26,10 @@ docs_extras = [ ] setup( - name='letsencrypt-route53', + name='hpeixoto-letsencrypt-route53', version=version, description="Route53 plugin for Let's Encrypt client", - url='https://github.com/mindstorms6/letsencrypt-route53', + url='https://github.com/lifeonmarspt/letsencrypt-route53', author="Breland Miley", author_email='breland@bdawg.org', license='Apache2.0',