diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-05-02 11:58:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-05-02 11:58:30 +0200 |
commit | beb2f92e0461e84fedc8b1800c3107697986bdb0 (patch) | |
tree | 43f6d04389356a04e6457d1cd630cc10444ce8ab /sys-apps/pv/pv-1.6.0-r1.ebuild | |
parent | x11-terms/guake: Update live ebuild (diff) | |
download | gentoo-beb2f92e0461e84fedc8b1800c3107697986bdb0.tar.gz gentoo-beb2f92e0461e84fedc8b1800c3107697986bdb0.tar.bz2 gentoo-beb2f92e0461e84fedc8b1800c3107697986bdb0.zip |
sys-apps/pv: Use HTTPS
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-apps/pv/pv-1.6.0-r1.ebuild')
-rw-r--r-- | sys-apps/pv/pv-1.6.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pv/pv-1.6.0-r1.ebuild b/sys-apps/pv/pv-1.6.0-r1.ebuild index 03cae302ea4b..57fa1092ab21 100644 --- a/sys-apps/pv/pv-1.6.0-r1.ebuild +++ b/sys-apps/pv/pv-1.6.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit linux-info toolchain-funcs DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe" -HOMEPAGE="http://www.ivarch.com/programs/pv.shtml" -SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.bz2" +HOMEPAGE="https://www.ivarch.com/programs/pv.shtml" +SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2" LICENSE="Artistic-2" SLOT="0" |