diff --git a/Cargo.toml b/Cargo.toml index dbc5b5b..5fc2ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ rust-version = "1.90" description = "A lightweight, owl-themed application launcher for Wayland" authors = ["Your Name "] license = "GPL-3.0-or-later" -repository = "https://github.com/yourusername/owlry" +repository = "https://somegit.dev/Owlibou/owlry" keywords = ["launcher", "wayland", "gtk4", "linux"] categories = ["gui"] diff --git a/README.md b/README.md index 53cb60a..cd44d7a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo dnf install gtk4-devel gtk4-layer-shell-devel Requires Rust 1.90 or later. ```bash -git clone https://github.com/yourusername/owlry.git +git clone https://somegit.dev/Owlibou/owlry.git cd owlry cargo build --release ```