From da053d008fb0761a572cc1270b625c4e64c99da7 Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Sat, 3 Dec 2022 12:26:58 +0100 Subject: [PATCH] maintainers: remove and add hmenke --- nixos/tests/alps.nix | 3 +++ pkgs/os-specific/linux/zfs/default.nix | 2 +- pkgs/servers/alps/default.nix | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/tests/alps.nix b/nixos/tests/alps.nix index 3c30be1c1887..9756f2d4da15 100644 --- a/nixos/tests/alps.nix +++ b/nixos/tests/alps.nix @@ -4,6 +4,9 @@ let in import ./make-test-python.nix ({ pkgs, ... }: { name = "alps"; + meta = with pkgs.lib.maintainers; { + maintainers = [ hmenke ]; + }; nodes = { server = { diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix index a7a6a9b7954e..918cc7a770e6 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -204,7 +204,7 @@ let changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}"; license = lib.licenses.cddl; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ]; + maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ]; mainProgram = "zfs"; # If your Linux kernel version is not yet supported by zfs, try zfsUnstable. # On NixOS set the option boot.zfs.enableUnstable. diff --git a/pkgs/servers/alps/default.nix b/pkgs/servers/alps/default.nix index 6ce373dce268..7815cedd8c86 100644 --- a/pkgs/servers/alps/default.nix +++ b/pkgs/servers/alps/default.nix @@ -45,6 +45,6 @@ buildGoModule rec { description = "A simple and extensible webmail."; homepage = "https://git.sr.ht/~migadu/alps"; license = licenses.mit; - maintainers = with maintainers; [ gordias booklearner madonius ]; + maintainers = with maintainers; [ gordias booklearner madonius hmenke ]; }; }