Add missing 's' in remaining meta.maintainer(s) attrs

This commit is contained in:
Bjørn Forsman
2014-07-22 23:49:21 +02:00
parent 0f8df0b6f2
commit 3a060bbcc6
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = http://www.freedesktop.org/wiki/Evemu/;
repositories.git = git://git.freedesktop.org/git/evemu;
license = licenses.gpl2;
maintainer = [ maintainers.amorsillo ];
maintainers = [ maintainers.amorsillo ];
};
}