ocaml-markup: fix name and license
This commit is contained in:
parent
33a5a132e5
commit
71888e7973
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, uutf, lwt }:
|
{ stdenv, fetchurl, ocaml, findlib, uutf, lwt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "markup";
|
pname = "ocaml-markup";
|
||||||
version = "0.7.2";
|
version = "0.7.2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/aantron/markup.ml/;
|
homepage = https://github.com/aantron/markup.ml/;
|
||||||
description = "A pair of best-effort parsers implementing the HTML5 and XML specifications";
|
description = "A pair of best-effort parsers implementing the HTML5 and XML specifications";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd2;
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
gal_bolle
|
gal_bolle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user