summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-09 17:14:07 -0800
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-09 17:14:07 -0800
commitdc513fa80322ae17f4e275e398ca331de14df8f2 (patch)
treeb0bd83805c5599b73efb8d7c704df9a018e3fa86
parentfd193a2f9dd8be80d9f42d8dd8068de5f5ac5e67 (diff)
parent324c64306a2463214f36597695b61b084c301be7 (diff)
downloadpyopenssl-dc513fa80322ae17f4e275e398ca331de14df8f2.tar.gz
Merge pull request #1 from pyca/github-changes
Github changes
-rw-r--r--README3
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 191fa5b..afe4ddc 100644
--- a/README
+++ b/README
@@ -3,6 +3,3 @@ pyOpenSSL - A Python wrapper around the OpenSSL library
------------------------------------------------------------------------------
See the file INSTALL for installation instructions.
-
-I appreciate bug reports and patches. Please visit
-<http://bugs.launchpad.net/pyopenssl>.
diff --git a/setup.py b/setup.py
index 09d1723..c1bde55 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(name='pyOpenSSL', version=__version__,
author_email = 'exarkun@twistedmatrix.com',
maintainer = 'Jean-Paul Calderone',
maintainer_email = 'exarkun@twistedmatrix.com',
- url = 'https://launchpad.net/pyopenssl',
+ url = 'https://github.com/pyca/pyopenssl',
license = 'APL2',
long_description = """\
High-level wrapper around a subset of the OpenSSL library, includes