lol

maintainers: remove and add hmenke

+5 -2
+3
nixos/tests/alps.nix
··· 4 4 in 5 5 import ./make-test-python.nix ({ pkgs, ... }: { 6 6 name = "alps"; 7 + meta = with pkgs.lib.maintainers; { 8 + maintainers = [ hmenke ]; 9 + }; 7 10 8 11 nodes = { 9 12 server = {
+1 -1
pkgs/os-specific/linux/zfs/default.nix
··· 204 204 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}"; 205 205 license = lib.licenses.cddl; 206 206 platforms = lib.platforms.linux; 207 - maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ]; 207 + maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ]; 208 208 mainProgram = "zfs"; 209 209 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable. 210 210 # On NixOS set the option boot.zfs.enableUnstable.
+1 -1
pkgs/servers/alps/default.nix
··· 45 45 description = "A simple and extensible webmail."; 46 46 homepage = "https://git.sr.ht/~migadu/alps"; 47 47 license = licenses.mit; 48 - maintainers = with maintainers; [ gordias booklearner madonius ]; 48 + maintainers = with maintainers; [ gordias booklearner madonius hmenke ]; 49 49 }; 50 50 }