ocamlPackages.curly: add missing meta set

This commit is contained in:
sternenseemann 2021-01-20 17:28:59 +01:00 committed by Vincent Laporte
parent ef8f775d2a
commit 4c9a74aa45

View File

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