update mirror in updater

This commit is contained in:
Mario Voigt 2022-01-06 16:44:03 +01:00
parent abd4bbeaed
commit 5e10abdc59
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class AboutUpgradeMightyScape(inkex.EffectExtension):
remotes = []
remotes.append(["https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X.git", "origin"]) #main
remotes.append(["https://github.com/vmario89/mightyscape-1.X.git", "github"]) #copy/second remote
remotes.append(["https://github.com/eridur-de/mightyscape-1.X.git", "github"]) #copy/second remote
gitDir = os.path.join(main_dir, ".git")