zfs: remove myself as maintainer

This commit is contained in:
Jörg Thalheim
2021-11-16 23:29:22 +01:00
parent 089f00c986
commit b8df591eb6
+1 -1
View File
@@ -202,7 +202,7 @@ let
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = licenses.cddl;
platforms = platforms.linux;
maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin mic92 ];
maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin ];
mainProgram = "zfs";
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
# On NixOS set the option boot.zfs.enableUnstable.