ocamlPackages.curly: add missing meta set
This commit is contained in:
parent
ef8f775d2a
commit
4c9a74aa45
@ -26,5 +26,12 @@ buildDunePackage rec {
|
|||||||
substituteInPlace src/curly.ml \
|
substituteInPlace src/curly.ml \
|
||||||
--replace "exe=\"curl\"" "exe=\"${curl}/bin/curl\""
|
--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…
x
Reference in New Issue
Block a user