Update links to use HEAD instead of master

That way the link will keep working when projects change their
default branch name.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1914>
This commit is contained in:
Florian Müllner
2021-07-14 20:07:22 +02:00
committed by Marge Bot
parent 56da0f6561
commit df76c3fd11
4 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ var WeatherClient = class {
GWeather.Provider.OWM;
this._weatherInfo = new GWeather.Info({
application_id: 'org.gnome.Shell',
contact_info: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/master/gnome-shell.doap',
contact_info: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/HEAD/gnome-shell.doap',
enabled_providers: providers,
});
this._weatherInfo.connect_after('updated', () => {