exfatprogs: added yuannan as maintainer (#464552)

This commit is contained in:
Wolfgang Walther
2025-11-24 12:02:28 +00:00
committed by GitHub
+1 -1
View File
@@ -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;
};
}