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:
Mateusz Kowalczyk
2019-12-05 16:29:48 +09:00
parent 41284d3384
commit 1451a52a38
68 changed files with 67 additions and 69 deletions
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = http://libmpeg2.sourceforge.net/;
description = "A free library for decoding mpeg-2 and mpeg-1 video streams";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; unix;
};
}