dev-ml/fd-send-recv: shorten description

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-04-04 16:24:05 +02:00
parent 7f95347bd9
commit 9170e8a7b1

View File

@@ -7,7 +7,7 @@ MYPN="ocaml-${PN}"
inherit dune
DESCRIPTION="Bindings which allow Unix.file_descrs to be sent and received over Unix domain sockets"
DESCRIPTION="Send and receive Unix.file_descrs over Unix domain sockets"
HOMEPAGE="https://github.com/xapi-project/ocaml-fd-send-recv"
SRC_URI="https://github.com/xapi-project/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYPN}-${PV}"