Skip to content

Commit

Permalink
Fixed Git repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed Jun 10, 2015
1 parent cea4dae commit 9059a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
description = 'ZeroC Ice certificate utilities',
author = 'ZeroC, Inc.',
author_email = '[email protected]',
url = 'https://github.com/zeroc-ice/ice-certutils',
download_url = 'https://github.com/zeroc-ice/ice-certutils/archive/v1.0.0.tar.gz',
url = 'https://github.com/zeroc-ice/icecertutils',
download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.0.tar.gz',
keywords = ['ice', 'certificate', 'ca', 'ssl'],
install_requires = (["pyopenssl>=0.14"] if sys.platform == "win32" else []),
license='BSD',
Expand Down

0 comments on commit 9059a83

Please sign in to comment.