chore: update links ()

This commit is contained in:
Myshko Dm 2024-12-26 15:30:37 +02:00 committed by GitHub
parent d2017f224b
commit 6bdba4377b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

@ -173,8 +173,8 @@ Make sure all of the dependencies are installed, and then run the following
commands in order:
```bash
# Clone the repository and move to the cloned location
git clone https://github.com/Kirottu/anyrun.git && cd anyrun
# Clone the repository and move to the cloned location
git clone https://github.com/anyrun-org/anyrun && cd anyrun
# Build all packages, and install the Anyrun binary
cargo build --release
@ -287,7 +287,7 @@ plugin:
crate-type = ["cdylib"] # Required to build a dynamic library that can be loaded by anyrun
[dependencies]
anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
anyrun-plugin = { git = "https://github.com/anyrun-org/anyrun" }
abi_stable = "0.11.1"
# Any other dependencies you may have
```

@ -81,7 +81,7 @@ in
meta = {
description = "A wayland native, highly customizable runner.";
homepage = "https://github.com/Kirottu/anyrun";
homepage = "https://github.com/anyrun-org/anyrun";
license = [lib.licenses.gpl3];
mainProgram = "anyrun";
maintainers = with lib.maintainers; [NotAShelf n3oney];

@ -65,7 +65,7 @@ in
meta = {
description = "The ${name} plugin for Anyrun";
homepage = "https://github.com/Kirottu/anyrun";
homepage = "https://github.com/anyrun-org/anyrun";
license = [lib.licenses.gpl3];
maintainers = with lib.maintainers; [NotAShelf n3oney];
};