diff --git a/Cargo.lock b/Cargo.lock index 1051644..72d09e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "light-dm-sys" version = "0.0.1" -source = "git+https://raatty.club:3000/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" +source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" dependencies = [ "gio-sys", "glib-sys", @@ -374,7 +374,7 @@ dependencies = [ [[package]] name = "lightdm" version = "0.1.0" -source = "git+https://raatty.club:3000/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" +source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" dependencies = [ "gio", "gio-sys", diff --git a/Cargo.toml b/Cargo.toml index 0462d87..bafc4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" libhandy = "0.5.0" gdk = "0.12.1" gtk = "0.8.1" -lightdm = { git = "https://git.raatty.club/raatty/lightdm-rs.git"} +lightdm = { git = "https://raatty.club:3000/raatty/lightdm-rs.git"} [profile.release] panic = "abort"