diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-10 17:44:55 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-06-13 16:16:11 +0200 |
commit | 7da67e4b64d24b6e1281aed1cfbe79fa393f15cd (patch) | |
tree | 598da750598a567cb34844e494e3f735fa8b44a8 /gnustep-apps | |
parent | gnustep-apps/pikopixel: use HTTPS (diff) | |
download | gentoo-7da67e4b64d24b6e1281aed1cfbe79fa393f15cd.tar.gz gentoo-7da67e4b64d24b6e1281aed1cfbe79fa393f15cd.tar.bz2 gentoo-7da67e4b64d24b6e1281aed1cfbe79fa393f15cd.zip |
gnustep-apps/price: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/price/price-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/price/price-1.3.0.ebuild b/gnustep-apps/price/price-1.3.0.ebuild index 1fbafbab64ad..ad33ba82eaf9 100644 --- a/gnustep-apps/price/price-1.3.0.ebuild +++ b/gnustep-apps/price/price-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit gnustep-2 MY_P=PRICE-${PV} DESCRIPTION="Precision Raster Image Convolution Engine" -HOMEPAGE="http://price.sourceforge.net/" +HOMEPAGE="https://price.sourceforge.net/" SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" KEYWORDS="amd64 ~ppc x86" SLOT="0" |