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

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/jamielinux/bashmount;
description = "A menu-driven bash script for the management of removable media with udisks";
maintainers = maintainers.koral;
maintainers = [ maintainers.koral ];
platforms = platforms.all;
};
}