maintainers: remove pxc

This commit is contained in:
puzzlewolf
2020-05-30 18:38:37 +02:00
parent f9622e3011
commit 3b26ba8b91
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://romfs.sourceforge.net/";
description = "Tool for creating romfs file system images";
license = licenses.gpl2;
maintainers = with maintainers; [ pxc ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}