diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:18:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:33:30 +0200 |
commit | ba085123ec698746790deb8ccfbfdf48a6105d9a (patch) | |
tree | 288099e2a2c4bec24394da138390d0d5dd1d3749 /net-misc/zsync | |
parent | net-libs/dleyna: fix QA BadDescription (diff) | |
download | gentoo-ba085123ec698746790deb8ccfbfdf48a6105d9a.tar.gz gentoo-ba085123ec698746790deb8ccfbfdf48a6105d9a.tar.bz2 gentoo-ba085123ec698746790deb8ccfbfdf48a6105d9a.zip |
net-misc/zsync: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/zsync')
-rw-r--r-- | net-misc/zsync/zsync-0.6.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/zsync/zsync-0.6.2-r2.ebuild b/net-misc/zsync/zsync-0.6.2-r2.ebuild index c99fa2fdbb5d..1c720f6dd78f 100644 --- a/net-misc/zsync/zsync-0.6.2-r2.ebuild +++ b/net-misc/zsync/zsync-0.6.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit autotools ZLIB_PV=1.2.3 ZLIB_P="zlib-${ZLIB_PV}" -DESCRIPTION="Partial/differential file download client over HTTP which uses the rsync algorithm" +DESCRIPTION="Partial/differential file download client over HTTP using the rsync algorithm" HOMEPAGE="http://zsync.moria.org.uk/" SRC_URI=" http://zsync.moria.org.uk/download/${P}.tar.bz2 |