all: point git references to the GitLab instance

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/2
This commit is contained in:
Lubomir Rintel
2018-07-17 15:41:29 +02:00
parent e3c944d565
commit d70185ddf1
5 changed files with 7 additions and 12 deletions

View File

@@ -647,7 +647,7 @@ class ExportedObj(dbus.service.Object):
# compatibility reasons. Note that this stub server implementation gets this wrong,
# for example, it emits PropertiesChanged signal on org.freedesktop.NetworkManager.Device,
# which NetworkManager never did.
# See https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/nm-dbus-manager.c?id=db80d5f62a1edf39c5970887ef7b9ec62dd4163f#n1274
# See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/db80d5f62a1edf39c5970887ef7b9ec62dd4163f/src/nm-dbus-manager.c#L1274
if dbus_interface.legacy_prop_changed_func is not None:
dbus_interface.legacy_prop_changed_func(self, prop)