From 3f3bb56290a18e9e99a0800f071d9f468cd94c6e Mon Sep 17 00:00:00 2001 From: Raatty Date: Thu, 21 Oct 2021 20:55:55 +1300 Subject: [PATCH] update lightdm-rs url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bafc4ba..0462d87 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://raatty.club:3000/raatty/lightdm-rs.git"} +lightdm = { git = "https://git.raatty.club/raatty/lightdm-rs.git"} [profile.release] panic = "abort"