zfs: remove myself as maintainer

+1 -1
+1 -1
pkgs/os-specific/linux/zfs/default.nix
··· 202 202 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}"; 203 203 license = licenses.cddl; 204 204 platforms = platforms.linux; 205 - maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin mic92 ]; 205 + maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin ]; 206 206 mainProgram = "zfs"; 207 207 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable. 208 208 # On NixOS set the option boot.zfs.enableUnstable.