summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b0ca78a..1c24f72 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ config = {
'platforms': ['GNU/Linux', 'OS X'],
'license': 'GNU General Public License version 3 or later',
'url': 'https://ricketyspace.net/combox/',
- 'download_url': 'git://ricketyspace.net/combox.git',
+ 'download_url': 'https://git.ricketyspace.net/combox',
'author': 'combox contributors',
'author_email': 'sravik@bgsu.edu',
'install_requires': ['watchdog', 'PyYAML', 'pycrypto',