diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,8 @@ already exist. * setup.py: added function for reading a file; we don't use the read_file function from combox.file module anymore. + (config) 'download_url' updated to point to + git.ricketyspace.net/combox * combox/file.py (rm_path): rm_path function, if it is given a directory, purges it first before deleting it. @@ -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', |