diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-24 20:02:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-08-26 01:53:49 +0200 |
commit | d68846932fc37c03a34bc1b7d49637eefa2b63fa (patch) | |
tree | a552804f1ceffb19b098bf3ed86582b4a63d4aaf /net-analyzer | |
parent | net-analyzer/syweb: add 0.67 (diff) | |
download | gentoo-d68846932fc37c03a34bc1b7d49637eefa2b63fa.tar.gz gentoo-d68846932fc37c03a34bc1b7d49637eefa2b63fa.tar.bz2 gentoo-d68846932fc37c03a34bc1b7d49637eefa2b63fa.zip |
net-analyzer/syweb: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37706
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/syweb/syweb-0.65-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/syweb/syweb-0.65-r1.ebuild b/net-analyzer/syweb/syweb-0.65-r1.ebuild index 1f6494bd2c77..f3122287ff22 100644 --- a/net-analyzer/syweb/syweb-0.65-r1.ebuild +++ b/net-analyzer/syweb/syweb-0.65-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,8 +7,8 @@ WEBAPP_MANUAL_SLOT="yes" inherit webapp DESCRIPTION="Web frontend to symon" -HOMEPAGE="http://www.xs4all.nl/~wpd/symon/" -SRC_URI="http://www.xs4all.nl/~wpd/symon/philes/${P}.tar.gz" +HOMEPAGE="https://www.xs4all.nl/~wpd/symon/" +SRC_URI="https://www.xs4all.nl/~wpd/symon/philes/${P}.tar.gz" S="${WORKDIR}/${PN}" LICENSE="BSD-2" |