mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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";
|
||||
homepage = "https://github.com/kirottu/anyrun";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ NotAShelf ];
|
||||
maintainers = with lib.maintainers; [
|
||||
khaneliman
|
||||
NotAShelf
|
||||
];
|
||||
mainProgram = "anyrun";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user