Skip to content

Commit c80fa62

Browse files
authored
Merge pull request #323364 from vs49688/mccleanup
exfatprogs: remove myself as maintainer
2 parents 081ee19 + 3126531 commit c80fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/filesystems/exfatprogs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
1717
description = "exFAT filesystem userspace utilities";
1818
homepage = "https://github.com/exfatprogs/exfatprogs";
1919
license = licenses.gpl2Plus;
20-
maintainers = with maintainers; [ zane ];
20+
maintainers = with maintainers; [ ];
2121
platforms = platforms.linux;
2222
};
2323
}

0 commit comments

Comments
 (0)