diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-19 14:24:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 00:18:31 +0200 |
commit | c593876424cdbb13cb5596804a0e5dc6513ce02b (patch) | |
tree | a0c17c33158252b999d80633e95e3b53935c7aec /sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | |
parent | sys-libs/libuuid: use https (diff) | |
download | gentoo-c593876424cdbb13cb5596804a0e5dc6513ce02b.tar.gz gentoo-c593876424cdbb13cb5596804a0e5dc6513ce02b.tar.bz2 gentoo-c593876424cdbb13cb5596804a0e5dc6513ce02b.zip |
sys-process/unixtop: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild')
-rw-r--r-- | sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild index cbdbb531ceac..0f1fe94dea03 100644 --- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild +++ b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="top for UNIX systems" -HOMEPAGE="http://unixtop.sourceforge.net/" +HOMEPAGE="https://unixtop.sourceforge.net/" SRC_URI="mirror://sourceforge/unixtop/top-${PV/_/}.tar.bz2" LICENSE="BSD" |