xpdf: remove myself from list of maintainers

This commit is contained in:
Peter Simons 2019-03-05 12:43:50 +01:00
parent 98f69edf83
commit ddac10a47c

View file

@ -59,6 +59,5 @@ stdenv.mkDerivation {
'';
license = with licenses; [ gpl2 gpl3 ];
platforms = platforms.unix;
maintainers = [ maintainers.peti ];
};
}