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
@@ -70,6 +70,6 @@ mkDerivation rec {
homepage = "http://qgroundcontrol.org/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
maintainers = with maintainers; [ ];
};
}