Unverified Commit 6ea7d0bc authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

treewide: add khaneliman maintainer (#350847)

parents f93d86f6 e3a81316
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ let
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [
      khaneliman
      timstott
      savannidgerinel
      sebtm
+4 −1
Original line number Diff line number Diff line
@@ -73,7 +73,10 @@ stdenv.mkDerivation {
    description = "1Password command-line tool";
    homepage = "https://developer.1password.com/docs/cli/";
    downloadPage = "https://app-updates.agilebits.com/product_history/CLI2";
    maintainers = with maintainers; [ joelburget ];
    maintainers = with maintainers; [
      joelburget
      khaneliman
    ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    inherit mainProgram platforms;
+5 −1
Original line number Diff line number Diff line
@@ -86,7 +86,11 @@ stdenv.mkDerivation (finalAttrs: {
    inherit (finalAttrs.src.meta) homepage;
    description = "Blazing fast wayland wallpaper utility";
    license = licenses.bsd3;
    maintainers = with maintainers; [ wozeparrot fufexan ];
    maintainers = with maintainers; [
      fufexan
      khaneliman
      wozeparrot
    ];
    inherit (wayland.meta) platforms;
    broken = stdenv.hostPlatform.isDarwin;
    mainProgram = "hyprpaper";
+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";
  };
+4 −1
Original line number Diff line number Diff line
@@ -91,7 +91,10 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v${finalAttrs.version}";
    mainProgram = "hyprland-share-picker";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ fufexan ];
    maintainers = with lib.maintainers; [
      fufexan
      khaneliman
    ];
    platforms = lib.platforms.linux;
  };
})
Loading