mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Bernard Cafarelli
parent
85799b1e43
commit
b19272dcb0
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user