convmv: add meta.description
This commit is contained in:
parent
5d97335b6d
commit
e805731cac
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
description = "Converts filenames from one encoding to another";
|
||||||
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
|
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
|
||||||
maintainers = [ maintainers.urkud ];
|
maintainers = [ maintainers.urkud ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user