commit: 6478aae843e8d54fbd15cb9b9c21b78ee3a87e87 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:08:30 2020 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:09:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6478aae8
games-arcade/orthorobot: replace http with https in SRC_URI and HOMEPAGE urls Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.11 games-arcade/orthorobot/orthorobot-0-r1.ebuild | 6 +++--- games-arcade/orthorobot/orthorobot-0-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-arcade/orthorobot/orthorobot-0-r1.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild index 69e0533a32c..7d3771a8a4c 100644 --- a/games-arcade/orthorobot/orthorobot-0-r1.ebuild +++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps" -HOMEPAGE="http://stabyourself.net/orthorobot/" -SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" +HOMEPAGE="https://stabyourself.net/orthorobot/" +SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" LICENSE="CC-BY-NC-ND-3.0" SLOT="0" diff --git a/games-arcade/orthorobot/orthorobot-0-r2.ebuild b/games-arcade/orthorobot/orthorobot-0-r2.ebuild index d8730666312..305cf7ee67e 100644 --- a/games-arcade/orthorobot/orthorobot-0-r2.ebuild +++ b/games-arcade/orthorobot/orthorobot-0-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps" -HOMEPAGE="http://stabyourself.net/orthorobot/" -SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" +HOMEPAGE="https://stabyourself.net/orthorobot/" +SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" LICENSE="CC-BY-NC-ND-3.0" SLOT="0"
