Unverified Commit 3126531b authored by Zane van Iperen's avatar Zane van Iperen
Browse files

exfatprogs: remove myself as maintainer

parent 7de69e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
    description = "exFAT filesystem userspace utilities";
    homepage = "https://github.com/exfatprogs/exfatprogs";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ zane ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}