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

hyprpicker: add khaneliman maintainer

parent e0129236
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Wlroots-compatible Wayland color picker that does not suck";
    homepage = "https://github.com/hyprwm/hyprpicker";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ fufexan ];
    maintainers = with lib.maintainers; [
      fufexan
      khaneliman
    ];
    platforms = wayland.meta.platforms;
    mainProgram = "hyprpicker";
  };