From 0e83c7368db2fb331363f49fa81d31905eafd4f4 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 14 Jan 2018 07:22:54 -0600 Subject: [PATCH] Updated author information --- src/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application.py b/src/application.py index 345d941..78bc900 100644 --- a/src/application.py +++ b/src/application.py @@ -3,9 +3,9 @@ name = "Socializer" version = "0.15" author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" -copyright = u"Copyright (C) 2016-2017, MCC Technologies" +copyright = u"Copyright (C) 2016-2018, Manuel Cortez" description = unicode(name+" Is an accessible VK client for Windows.") -url = "https://github.com/manuelcortez/socializer" +url = "https://manuelcortez.net/socializer" update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json" # The short name will be used for detecting translation files. See languageHandler for more details. short_name = "socializer"