summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/ocaml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/ocaml.xml')
-rw-r--r--doc/languages-frameworks/ocaml.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/ocaml.xml b/doc/languages-frameworks/ocaml.xml
index a0ea209b493c..3f72092ec150 100644
--- a/doc/languages-frameworks/ocaml.xml
+++ b/doc/languages-frameworks/ocaml.xml
@@ -36,7 +36,7 @@ buildDunePackage rec {
doCheck = true;
meta = {
- homepage = https://github.com/inhabitedtype/angstrom;
+ homepage = "https://github.com/inhabitedtype/angstrom";
description = "OCaml parser combinators built for speed and memory efficiency";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ sternenseemann ];
@@ -63,7 +63,7 @@ buildDunePackage rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/flowtype/ocaml-wtf8;
+ homepage = "https://github.com/flowtype/ocaml-wtf8";
description = "WTF-8 is a superset of UTF-8 that allows unpaired surrogates.";
license = licenses.mit;
maintainers = [ maintainers.eqyiel ];