convmv: add meta.description

This commit is contained in:
Bjørn Forsman 2014-06-22 23:03:36 +02:00
parent 5d97335b6d
commit e805731cac

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
meta = with stdenv.lib; {
description = "Converts filenames from one encoding to another";
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
maintainers = [ maintainers.urkud ];
};