fixed some meta.maintainers attributes

This commit is contained in:
Pascal Wittmann
2014-09-26 23:44:29 +02:00
parent 3940aecc0d
commit d346a9cc07
9 changed files with 9 additions and 9 deletions

View File

@@ -13,6 +13,6 @@ 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;
maintainer = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
};
}