Skip to content

Commit

Permalink
treewide: add khaneliman maintainer (#350847)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 24, 2024
2 parents f93d86f + e3a8131 commit 6ea7d0b
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 11 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/1password-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ let
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
khaneliman
timstott
savannidgerinel
sebtm
Expand Down
5 changes: 4 additions & 1 deletion pkgs/applications/misc/1password/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
5 changes: 4 additions & 1 deletion pkgs/by-name/an/anyrun/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
5 changes: 4 additions & 1 deletion pkgs/by-name/ca/caprine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ buildNpmPackage rec {
description = "Elegant Facebook Messenger desktop app";
homepage = "https://github.com/sindresorhus/caprine";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ astronaut0212 ];
maintainers = with lib.maintainers; [
astronaut0212
khaneliman
];
inherit (electron.meta) platforms;
};
}
5 changes: 4 additions & 1 deletion pkgs/by-name/hy/hypridle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Hyprland's idle daemon";
homepage = "https://github.com/hyprwm/hypridle";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ iogamaster ];
maintainers = with lib.maintainers; [
iogamaster
khaneliman
];
mainProgram = "hypridle";
platforms = [
"aarch64-linux"
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/hy/hyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ customStdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
fufexan
johnrtitor
khaneliman
wozeparrot
];
mainProgram = "Hyprland";
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/la/lazygit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ buildGoModule rec {
maintainers = with maintainers; [
Br1ght0ne
equirosa
khaneliman
paveloom
starsep
];
Expand Down
7 changes: 4 additions & 3 deletions pkgs/by-name/ya/yazi-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sxyazi/yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
xyenon
matthiasbeyer
linsui
eljamm
khaneliman
linsui
matthiasbeyer
uncenter
xyenon
];
mainProgram = "yazi";
};
Expand Down
5 changes: 4 additions & 1 deletion pkgs/tools/system/btop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/aristocratos/btop/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ rmcgibbo ];
maintainers = with maintainers; [
khaneliman
rmcgibbo
];
mainProgram = "btop";
};
}

0 comments on commit 6ea7d0b

Please sign in to comment.