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

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