diff --git a/Cargo.toml b/Cargo.toml index c0a779b..9df75a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ members = [ ] [patch.crates-io] -zbus = { path = '/home/elmarco/src/zbus/zbus' } -zvariant = { path = '/home/elmarco/src/zbus/zvariant' } -vnc = { path = '/home/elmarco/src/rust-vnc' } +zbus = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' } +zvariant = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' } +vnc = { git = 'https://github.com/elmarco/rust-vnc', branch = 'server' }