A description cleanup after merge

This commit is contained in:
Michael Raskin
2014-09-06 12:44:20 +04:00
parent 2709d32274
commit 9a9ecbf32d
3 changed files with 7 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://ocsigen.org/tyxml/;
description = "Tyxml is a library that makes it almost impossible for your OCaml programs to generate wrong XML ouput, using static typing.";
description = "A library that makes it almost impossible for your OCaml programs to generate wrong XML ouput, using static typing";
license = "LGPL";
platforms = ocaml.meta.platforms;
maintainers = [
@@ -27,4 +27,4 @@ stdenv.mkDerivation {
];
};
}
}