maintainers: remove pxc

This commit is contained in:
puzzlewolf 2020-05-30 18:28:33 +02:00
parent f9622e3011
commit 3b26ba8b91
3 changed files with 2 additions and 6 deletions

View file

@ -6302,10 +6302,6 @@
githubId = 23097564;
name = "Nora Widdecke";
};
pxc = {
email = "patrick.callahan@latitudeengineering.com";
name = "Patrick Callahan";
};
pyrolagus = {
email = "pyrolagus@gmail.com";
github = "PyroLagus";

View file

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

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;
};
}