anyrun: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2024-10-23 23:49:47 -05:00
parent 225b066637
commit c89efac4ab
No known key found for this signature in database

View File

@ -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";
};
}