Unverified Commit c89efac4 authored by Austin Horstman's avatar Austin Horstman
Browse files

anyrun: add khaneliman maintainer

parent 225b0666
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}