Skip to content

Commit 6bdba43

Browse files
authored
chore: update links (#204)
1 parent d2017f2 commit 6bdba43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ Make sure all of the dependencies are installed, and then run the following
173173
commands in order:
174174

175175
```bash
176-
# Clone the repository and move to the cloned location
177-
git clone https://github.com/Kirottu/anyrun.git && cd anyrun
176+
# Clone the repository and move to the cloned location
177+
git clone https://github.com/anyrun-org/anyrun && cd anyrun
178178

179179
# Build all packages, and install the Anyrun binary
180180
cargo build --release
@@ -287,7 +287,7 @@ plugin:
287287
crate-type = ["cdylib"] # Required to build a dynamic library that can be loaded by anyrun
288288

289289
[dependencies]
290-
anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
290+
anyrun-plugin = { git = "https://github.com/anyrun-org/anyrun" }
291291
abi_stable = "0.11.1"
292292
# Any other dependencies you may have
293293
```

nix/packages/anyrun.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in
8181

8282
meta = {
8383
description = "A wayland native, highly customizable runner.";
84-
homepage = "https://github.com/Kirottu/anyrun";
84+
homepage = "https://github.com/anyrun-org/anyrun";
8585
license = [lib.licenses.gpl3];
8686
mainProgram = "anyrun";
8787
maintainers = with lib.maintainers; [NotAShelf n3oney];

nix/packages/plugin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ in
6565

6666
meta = {
6767
description = "The ${name} plugin for Anyrun";
68-
homepage = "https://github.com/Kirottu/anyrun";
68+
homepage = "https://github.com/anyrun-org/anyrun";
6969
license = [lib.licenses.gpl3];
7070
maintainers = with lib.maintainers; [NotAShelf n3oney];
7171
};

0 commit comments

Comments
 (0)