mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
56da0f6561
commit
df76c3fd11
4 changed files with 7 additions and 7 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue