diff --git a/Cargo.toml b/Cargo.toml index a53b1d2..4d06bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ description = "A cross-platform GUI debloater for android devices" version = "0.5.2" authors = ["w1nst0n"] license = "GPL-3.0" -homepage = "https://github.com/0x192/universal-android-debloater" -repository = "https://github.com/0x192/universal-android-debloater" +homepage = "https://github.com/Frigyes06/universal-android-debloater" +repository = "https://github.com/Frigyes06/universal-android-debloater" readme = "README.md" keywords = ["debloater", "android", "adb", "privacy", "bloatware"] categories = ["gui"] diff --git a/src/gui/views/about.rs b/src/gui/views/about.rs index 5a2fffe..a12824d 100644 --- a/src/gui/views/about.rs +++ b/src/gui/views/about.rs @@ -100,14 +100,14 @@ impl About { let website_btn = button("Github page") .on_press(Message::UrlPressed(PathBuf::from( - "https://github.com/0x192/universal-android-debloater", + "https://github.com/Frigyes06/universal-android-debloater", ))) .padding(5) .style(style::Button::Primary); let issue_btn = button("Have an issue?") .on_press(Message::UrlPressed(PathBuf::from( - "https://github.com/0x192/universal-android-debloater/issues", + "https://github.com/Frigyes06/universal-android-debloater/issues", ))) .padding(5) .style(style::Button::Primary);