diff options
author | 2024-06-25 19:10:48 +0200 | |
---|---|---|
committer | 2024-06-27 17:40:30 +0200 | |
commit | 1de6d691ace663b94a274a5c1c2330b5785689be (patch) | |
tree | e1e4a29f392a05e0916fde3b425fdd9a8d34b39f /dev-util/egypt | |
parent | dev-util/egypt: add 1.11 (diff) | |
download | gentoo-1de6d691ace663b94a274a5c1c2330b5785689be.tar.gz gentoo-1de6d691ace663b94a274a5c1c2330b5785689be.tar.bz2 gentoo-1de6d691ace663b94a274a5c1c2330b5785689be.zip |
dev-util/egypt: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37297
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/egypt')
-rw-r--r-- | dev-util/egypt/egypt-1.10.ebuild | 6 |
1 files 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" |