diff --git a/README.md b/README.md index 1f7c9281..93770d90 100644 --- a/README.md +++ b/README.md @@ -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 -. We do not expect to be paid for +. 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 \ No newline at end of file +https://www.patreon.com/winestaging diff --git a/staging/patchupdate.py b/staging/patchupdate.py index 3de9920b..153401f8 100755 --- a/staging/patchupdate.py +++ b/staging/patchupdate.py @@ -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."""