Unverified Commit 146bbcdf authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

exfatprogs: added yuannan as maintainer (#464552)

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