diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:15:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:40 +0000 |
commit | 804853eed836c98026e54dfc7b98bbcc0abcd3e8 (patch) | |
tree | fbafa4189bb207e570abbf722a8154239d594bf4 /sci-calculators/xsv | |
parent | net-vpn/wireguard-modules: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-804853eed836c98026e54dfc7b98bbcc0abcd3e8.tar.gz gentoo-804853eed836c98026e54dfc7b98bbcc0abcd3e8.tar.bz2 gentoo-804853eed836c98026e54dfc7b98bbcc0abcd3e8.zip |
sci-calculators/xsv: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators/xsv')
-rw-r--r-- | sci-calculators/xsv/xsv-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild b/sci-calculators/xsv/xsv-0.13.0.ebuild index 4d688b826e4e..f04d439a9c62 100644 --- a/sci-calculators/xsv/xsv-0.13.0.ebuild +++ b/sci-calculators/xsv/xsv-0.13.0.ebuild @@ -54,7 +54,7 @@ winapi-x86_64-pc-windows-gnu-0.4.0 inherit cargo -DESCRIPTION="A fast CSV command line toolkit written in Rust." +DESCRIPTION="A fast CSV command line toolkit written in Rust" HOMEPAGE="https://github.com/BurntSushi/xsv" SRC_URI="$(cargo_crate_uris ${CRATES}) https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |