Unverified Commit b42d1510 authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

Merge pull request #146314 from Mic92/zfs

zfs: remove myself as maintainer
parents 1023e5ea b8df591e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.