ocamlPackages.curly: add missing meta set
This commit is contained in:
parent
ef8f775d2a
commit
4c9a74aa45
1 changed files with 7 additions and 0 deletions
|
@ -26,5 +26,12 @@ buildDunePackage rec {
|
|||
substituteInPlace src/curly.ml \
|
||||
--replace "exe=\"curl\"" "exe=\"${curl}/bin/curl\""
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Curly is a brain dead wrapper around the curl command line utility";
|
||||
homepage = "https://github.com/rgrinberg/curly";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.sternenseemann ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue