Updated in-app links

This commit is contained in:
“Frigyes06” 2023-10-26 19:13:54 -07:00
commit 85eb22ccbb
No known key found for this signature in database
GPG key ID: D81F94FC9F548AB6
2 changed files with 4 additions and 4 deletions

View file

@ -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"]

View file

@ -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);