Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-06-29 16:20:58 +02:00
parent aefa3a30f0
commit 512225ef81
9 changed files with 23 additions and 17 deletions
@@ -20,7 +20,7 @@ buildOcaml rec {
preConfigure = "./bootstrap";
meta = with stdenv.lib; {
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml";
homepage = http://code.google.com/p/bitstring/;
license = licenses.lgpl21Plus;
maintainers = [ maintainers.maurer ];