commit: 1de6d691ace663b94a274a5c1c2330b5785689be Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jun 25 17:10:48 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jun 27 15:40:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de6d691
dev-util/egypt: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37297 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-util/egypt/egypt-1.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/egypt/egypt-1.10.ebuild b/dev-util/egypt/egypt-1.10.ebuild index 87e872e919fc..bbe52b762db3 100644 --- a/dev-util/egypt/egypt-1.10.ebuild +++ b/dev-util/egypt/egypt-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit perl-module DESCRIPTION="Devilishly simple tool for creating call graphs of C programs" -HOMEPAGE="http://www.gson.org/egypt/" -SRC_URI="http://www.gson.org/egypt/download/${P}.tar.gz" +HOMEPAGE="https://www.gson.org/egypt/" +SRC_URI="https://www.gson.org/egypt/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0"
