fix maintainer information

s/maintainer/maintainers
This commit is contained in:
Pascal Wittmann
2014-12-20 21:54:22 +01:00
parent b676be70fc
commit f55545c0c9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://www.yworks.com/en/products/yfiles/yed/;
description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
platforms = jre.meta.platforms;
maintainer = with maintainers; [ abbradar ];
maintainers = with maintainers; [ abbradar ];
};
}