Fix misspelled meta.maintainers attributes

This commit is contained in:
Eelco Dolstra
2016-02-10 14:59:36 +01:00
parent 99f4f1d7ef
commit aea262f654
27 changed files with 41 additions and 41 deletions

View File

@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
description = "Open-source JPEG 2000 codec written in C language";
homepage = http://www.openjpeg.org/;
license = licenses.bsd2;
maintainer = with maintainers; [ codyopel ];
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
};
}

View File

@@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = http://phonon.kde.org/;
description = "GStreamer backend for Phonon";
platforms = platforms.linux;
maintainer = with maintainers; [ ttuegel ];
maintainers = with maintainers; [ ttuegel ];
};
}