gnustep-apps/pikopixel: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-06-10 17:44:28 +02:00
committed by Bernard Cafarelli
parent 85799b1e43
commit b19272dcb0
2 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ inherit gnustep-2
MY_P=${PN//p/P}.Sources.${PV/_beta/-b}a
DESCRIPTION="a free application for drawing & editing pixel-art images"
HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz"
HOMEPAGE="https://twilightedge.com/mac/pikopixel/"
SRC_URI="https://twilightedge.com/downloads/${MY_P}.tar.gz"
LICENSE="AGPL-3+"
SLOT="0"

View File

@@ -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=7
@@ -6,8 +6,8 @@ inherit gnustep-2
MY_P=${PN//p/P}.Sources.${PV/_beta/-b}
DESCRIPTION="a free application for drawing & editing pixel-art images"
HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz"
HOMEPAGE="https://twilightedge.com/mac/pikopixel/"
SRC_URI="https://twilightedge.com/downloads/${MY_P}.tar.gz"
LICENSE="AGPL-3+"
SLOT="0"