chore: update links (#204)
This commit is contained in:
parent
d2017f224b
commit
6bdba4377b
@ -173,8 +173,8 @@ Make sure all of the dependencies are installed, and then run the following
|
|||||||
commands in order:
|
commands in order:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository and move to the cloned location
|
# Clone the repository and move to the cloned location
|
||||||
git clone https://github.com/Kirottu/anyrun.git && cd anyrun
|
git clone https://github.com/anyrun-org/anyrun && cd anyrun
|
||||||
|
|
||||||
# Build all packages, and install the Anyrun binary
|
# Build all packages, and install the Anyrun binary
|
||||||
cargo build --release
|
cargo build --release
|
||||||
@ -287,7 +287,7 @@ plugin:
|
|||||||
crate-type = ["cdylib"] # Required to build a dynamic library that can be loaded by anyrun
|
crate-type = ["cdylib"] # Required to build a dynamic library that can be loaded by anyrun
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
|
anyrun-plugin = { git = "https://github.com/anyrun-org/anyrun" }
|
||||||
abi_stable = "0.11.1"
|
abi_stable = "0.11.1"
|
||||||
# Any other dependencies you may have
|
# Any other dependencies you may have
|
||||||
```
|
```
|
||||||
|
@ -81,7 +81,7 @@ in
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A wayland native, highly customizable runner.";
|
description = "A wayland native, highly customizable runner.";
|
||||||
homepage = "https://github.com/Kirottu/anyrun";
|
homepage = "https://github.com/anyrun-org/anyrun";
|
||||||
license = [lib.licenses.gpl3];
|
license = [lib.licenses.gpl3];
|
||||||
mainProgram = "anyrun";
|
mainProgram = "anyrun";
|
||||||
maintainers = with lib.maintainers; [NotAShelf n3oney];
|
maintainers = with lib.maintainers; [NotAShelf n3oney];
|
||||||
|
@ -65,7 +65,7 @@ in
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The ${name} plugin for Anyrun";
|
description = "The ${name} plugin for Anyrun";
|
||||||
homepage = "https://github.com/Kirottu/anyrun";
|
homepage = "https://github.com/anyrun-org/anyrun";
|
||||||
license = [lib.licenses.gpl3];
|
license = [lib.licenses.gpl3];
|
||||||
maintainers = with lib.maintainers; [NotAShelf n3oney];
|
maintainers = with lib.maintainers; [NotAShelf n3oney];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user