author | Dmitriy Morozov <dmitriy@mrzv.org> |
Wed, 12 Oct 2016 09:41:04 -0700 | |
changeset 75 | 274a8eb61d88 |
parent 74 | b6093d6385a5 |
child 76 | 3dc458cf6c16 |
--- a/setup.py Wed Oct 12 09:40:31 2016 -0700 +++ b/setup.py Wed Oct 12 09:41:04 2016 -0700 @@ -8,7 +8,7 @@ author = "Dmitriy Morozov", author_email = "dmitriy@mrzv.org", description = "Issue tracking for mercurial or git", - url = "https://github.com/jkozak/git-artemis", + url = "https://github.com/mrzv/artemis", py_modules=["artemis"], scripts=["git-artemis"], install_requires=["mercurial"],