Updated URL's to gitlab

This commit is contained in:
Alistair Leslie-Hughes
2022-10-20 21:24:52 +11:00
parent 43d5c1e0f5
commit a8e296715c
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class config(object):
bugtracker_user = None
bugtracker_pass = None
github_url = "https://github.com/wine-staging/wine-staging"
github_url = "https://gitlab.winehq.org/wine/wine-staging"
class PatchUpdaterError(RuntimeError):
"""Failed to update patches."""