From 71888e7973a967bdfdfd41cdc1632e8b659752cd Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Tue, 31 May 2016 18:06:38 +0200 Subject: ocaml-markup: fix name and license --- pkgs/development/ocaml-modules/markup/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/ocaml-modules/markup') diff --git a/pkgs/development/ocaml-modules/markup/default.nix b/pkgs/development/ocaml-modules/markup/default.nix index ed285dc58523..d4a38d9bd9e4 100644 --- a/pkgs/development/ocaml-modules/markup/default.nix +++ b/pkgs/development/ocaml-modules/markup/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, ocaml, findlib, uutf, lwt }: stdenv.mkDerivation rec { - pname = "markup"; + pname = "ocaml-markup"; version = "0.7.2"; name = "${pname}-${version}"; @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = https://github.com/aantron/markup.ml/; description = "A pair of best-effort parsers implementing the HTML5 and XML specifications"; - license = licenses.bsd3; + license = licenses.bsd2; platforms = ocaml.meta.platforms or []; maintainers = with maintainers; [ gal_bolle -- cgit 1.4.1