Skip to content

Commit

Permalink
chore: update links (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyTRUEk authored Dec 26, 2024
1 parent d2017f2 commit 6bdba43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion nix/packages/anyrun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
2 changes: 1 addition & 1 deletion nix/packages/plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit 6bdba43

Please sign in to comment.