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

@ -101,10 +101,10 @@ of pocket. In order to alleviate these expenses, we are now accepting donations.
This in turn allows us to continue to perform testing, provide fixes, and get
them upstreamed, ultimately aiming to provide a better experience for all WINE
users. All of our work is provided publicly for free and can be found at
<https://github.com/wine-staging/wine-staging>. We do not expect to be paid for
<https://gitlab.winehq.org/wine/wine-staging>. We do not expect to be paid for
any of the work provided, nor will donators receive any special benefits or
compensation.
Donations are recieved through Patreon. Anyone interested may donate here:
https://www.patreon.com/winestaging
https://www.patreon.com/winestaging

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."""