From d12e5633977056caf65afece9491bf12258e575c Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 28 Dec 2025 14:35:06 +0100 Subject: [PATCH] chore: update repository URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```