chore: update repository URLs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-28 14:35:06 +01:00
parent 69fd503e8a
commit d12e563397
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ rust-version = "1.90"
description = "A lightweight, owl-themed application launcher for Wayland"
authors = ["Your Name <you@example.com>"]
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"]

View File

@@ -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
```