exfatprogs: remove myself as maintainer

This commit is contained in:
Zane van Iperen
2024-06-30 10:19:08 +10:00
parent 7de69e22ab
commit 3126531b6b
@@ -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;
};
}