anyrun: add khaneliman maintainer
This commit is contained in:
parent
225b066637
commit
c89efac4ab
@ -68,7 +68,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Wayland-native, highly customizable runner";
|
description = "Wayland-native, highly customizable runner";
|
||||||
homepage = "https://github.com/kirottu/anyrun";
|
homepage = "https://github.com/kirottu/anyrun";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [ NotAShelf ];
|
maintainers = with lib.maintainers; [
|
||||||
|
khaneliman
|
||||||
|
NotAShelf
|
||||||
|
];
|
||||||
mainProgram = "anyrun";
|
mainProgram = "anyrun";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user