ocamlPackages.curly: add missing meta set

master
sternenseemann 2021-01-20 17:28:59 +01:00 committed by Vincent Laporte
parent ef8f775d2a
commit 4c9a74aa45
1 changed files with 7 additions and 0 deletions

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