From d79f29d237979566e2d5fc8685275b19b3abebc3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 13 Dec 2018 17:14:14 -0600 Subject: [PATCH] Update URL in app info --- src/application.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/application.py b/src/application.py index 78bc900..8143393 100644 --- a/src/application.py +++ b/src/application.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.15" -author = u"Manuel Cortéz" +version = "0.16" +author = u"Manuel Cortez" authorEmail = "manuel@manuelcortez.net" copyright = u"Copyright (C) 2016-2018, Manuel Cortez" description = unicode(name+" Is an accessible VK client for Windows.") url = "https://manuelcortez.net/socializer" -update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json" +update_url = "https://code.manuelcortez.net/manuelcortez/socializer/raw/master/update-files/socializer.json" # The short name will be used for detecting translation files. See languageHandler for more details. short_name = "socializer" translators = [u"Valeria K (Russian)", u"Manuel Cortez (Spanish)"] \ No newline at end of file