about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2020-07-11 23:08:08 -0400
committerAaron L. Zeng <me@bcc32.com>2020-08-28 11:33:33 -0400
commit94790b2949b5157b0ec6d5dbc14b253f5fa4dea6 (patch)
treec244f69eaab886b8af4bb2308b68adeb1b3fba13 /pkgs/development/ocaml-modules
parent97c4b3934c5435c5c2f5ae63c46ef32dbd02c2ad (diff)
ocamlPackages.conduit: Update description
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/conduit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/conduit/default.nix b/pkgs/development/ocaml-modules/conduit/default.nix
index 7fbeefb39260d..27b2a329b26e5 100644
--- a/pkgs/development/ocaml-modules/conduit/default.nix
+++ b/pkgs/development/ocaml-modules/conduit/default.nix
@@ -18,7 +18,7 @@ buildDunePackage rec {
   propagatedBuildInputs = [ astring ipaddr ipaddr-sexp sexplib uri ];
 
   meta = {
-    description = "Network connection library for TCP and SSL";
+    description = "A network connection establishment library";
     license = stdenv.lib.licenses.isc;
     maintainers = with stdenv.lib.maintainers; [ alexfmpe vbgl ];
     homepage = "https://github.com/mirage/ocaml-conduit";