Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
This commit is contained in:
@@ -39,7 +39,7 @@ mkDerivation rec {
|
||||
homepage = https://www.ppsspp.org/;
|
||||
description = "A PSP emulator for Android, Windows, Mac and Linux, written in C++";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ fuuzetsu AndersonTorres ];
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.linux ++ platforms.darwin ++ platforms.cygwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user