diff options
Diffstat (limited to 'portato')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 139f1a6..bce15d2 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -72,5 +72,5 @@ SETTINGS_DIR = pjoin(HOME, "."+APP) TEMPLATE_DIR = "portato/gui/templates/" # live versions only -REPOURI = "git://github.com/Necoro/portato.git" +REPOURI = "git://github.com/Necoro/portato.git::master" REVISION = "" |