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
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A powerful editor targeted towards programmers and webdevelopers";
homepage = http://bluefish.openoffice.nl/;
license = licenses.gpl3Plus;
maintainer = [maintainers.vbgl];
maintainers = [maintainers.vbgl];
platforms = platforms.all;
};
}