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;
};
}

View File

@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "http://binwalk.org";
description = "A tool for searching a given binary image for embedded files";
platforms = platforms.all;
maintainers = maintainers.koral;
maintainers = [ maintainers.koral ];
};
}