ocaml-markup: fix name and license

Changed files
+2 -2
pkgs
development
ocaml-modules
markup
+2 -2
pkgs/development/ocaml-modules/markup/default.nix
··· 1 1 { stdenv, fetchurl, ocaml, findlib, uutf, lwt }: 2 2 3 3 stdenv.mkDerivation rec { 4 - pname = "markup"; 4 + pname = "ocaml-markup"; 5 5 version = "0.7.2"; 6 6 name = "${pname}-${version}"; 7 7 ··· 21 21 meta = with stdenv.lib; { 22 22 homepage = https://github.com/aantron/markup.ml/; 23 23 description = "A pair of best-effort parsers implementing the HTML5 and XML specifications"; 24 - license = licenses.bsd3; 24 + license = licenses.bsd2; 25 25 platforms = ocaml.meta.platforms or []; 26 26 maintainers = with maintainers; [ 27 27 gal_bolle