Merge pull request #117998 from samuelgrf/remove-maintainer-unused-packages
This commit is contained in:
commit
820ab62e34
|
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/jindrapetrik/jpexs-decompiler";
|
||||
license = licenses.gpl3;
|
||||
platforms = jdk8.meta.platforms;
|
||||
maintainers = with maintainers; [ samuelgrf ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -101,7 +101,7 @@ stdenv.mkDerivation {
|
|||
PC, with many additional features and benefits.
|
||||
'';
|
||||
homepage = "https://pcsx2.net";
|
||||
maintainers = with maintainers; [ hrdinka samuelgrf govanify ];
|
||||
maintainers = with maintainers; [ hrdinka govanify ];
|
||||
|
||||
# PCSX2's source code is released under LGPLv3+. It However ships
|
||||
# additional data files and code that are licensed differently.
|
||||
|
|
|
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ hhm samuelgrf ];
|
||||
maintainers = with maintainers; [ hhm ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue