From 4acceeab685396fff3ca9fa4a9724c18d410314f Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 10 Jan 2021 18:43:53 +0100 Subject: [PATCH] dev-ml/unidecode: fix description Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone --- dev-ml/unidecode/unidecode-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index f3f5df06c9a45..b688317ca2ba5 100644 --- a/dev-ml/unidecode/unidecode-0.4.0.ebuild +++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit dune -DESCRIPTION="Unicode text normalization" +DESCRIPTION="Convert unicode strings into its ASCII representation" HOMEPAGE="https://github.com/geneweb/unidecode" SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"