diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 6fb263c..0be2dc0 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -732,7 +732,7 @@ class VariableClUpdateRepHost(Variable): class VariableClUpdateRepHostUrl(Variable): type = "list" - value = ['git://git.calculate.ru/calculate/%s.git'] + value = ['git://github.com/calculatelinux/%s.git'] class VariableClUpdateProfileDatavars(ReadonlyVariable): @@ -937,7 +937,7 @@ class VariableClUpdateProfileUrl(Variable): profile = "cl_profile_system" branch = "cl_update_profile_branch" storage = "cl_update_profile_storage" - default_url = "git://git.calculate.ru/calculate/distros.git" + default_url = "git://github.com/calculatelinux/distros.git" profiles_shortname = 'cl_update_profile_shortname' @property