maintainers: remove pxc
This commit is contained in:
parent
f9622e3011
commit
3b26ba8b91
@ -6302,10 +6302,6 @@
|
|||||||
githubId = 23097564;
|
githubId = 23097564;
|
||||||
name = "Nora Widdecke";
|
name = "Nora Widdecke";
|
||||||
};
|
};
|
||||||
pxc = {
|
|
||||||
email = "patrick.callahan@latitudeengineering.com";
|
|
||||||
name = "Patrick Callahan";
|
|
||||||
};
|
|
||||||
pyrolagus = {
|
pyrolagus = {
|
||||||
email = "pyrolagus@gmail.com";
|
email = "pyrolagus@gmail.com";
|
||||||
github = "PyroLagus";
|
github = "PyroLagus";
|
||||||
|
@ -70,6 +70,6 @@ mkDerivation rec {
|
|||||||
homepage = "http://qgroundcontrol.org/";
|
homepage = "http://qgroundcontrol.org/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ pxc ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://romfs.sourceforge.net/";
|
homepage = "http://romfs.sourceforge.net/";
|
||||||
description = "Tool for creating romfs file system images";
|
description = "Tool for creating romfs file system images";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ pxc ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user