Skip to content

Commit

Permalink
ocamlPackages.curly: add missing meta set
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and vbgl committed Jan 28, 2021
1 parent ef8f775 commit 4c9a74a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/ocaml-modules/curly/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit 4c9a74a

Please sign in to comment.