diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-29 08:46:20 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-29 09:09:06 +0200 |
commit | 8b9aceb312b25d0fc26b421e3c26bec4d95c7b64 (patch) | |
tree | 1ab4cdec7257d6a2a1dd31fcfefb551ecb107f56 /portal-tcp.opam | |
parent | 5fcd5db18a20a4e57451d3f824d2597556774925 (diff) |
docs(dune): remove warning about TCPv0.1.0
Diffstat (limited to 'portal-tcp.opam')
-rw-r--r-- | portal-tcp.opam | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/portal-tcp.opam b/portal-tcp.opam index fe48e81..a4029bf 100644 --- a/portal-tcp.opam +++ b/portal-tcp.opam @@ -1,12 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "Plain TCP XMPP portal" -description: """ -This library implements an XMPP Portal for plain TCP. - -This package sends your credential over unsecured plaintext wire. - -You should probably not use this unless you know what you're doing.""" +synopsis: "TCP XMPP portal" +description: "This library implements an XMPP Portal for TCP transports." maintainer: ["Clombrong"] authors: ["Clombrong"] license: "LGPL-3.0-or-later" |