diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-10 18:43:53 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-10 18:43:53 +0100 |
commit | 4acceeab685396fff3ca9fa4a9724c18d410314f (patch) | |
tree | c1741c44371738cb194b6e91a0e7295274e76512 /dev-ml/unidecode | |
parent | dev-ml/unidecode: Adding to the tree (diff) | |
download | gentoo-4acceeab685396fff3ca9fa4a9724c18d410314f.tar.gz gentoo-4acceeab685396fff3ca9fa4a9724c18d410314f.tar.bz2 gentoo-4acceeab685396fff3ca9fa4a9724c18d410314f.zip |
dev-ml/unidecode: fix description
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/unidecode')
-rw-r--r-- | dev-ml/unidecode/unidecode-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index f3f5df06c9a4..b688317ca2ba 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" |