diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-02-04 22:08:30 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-02-04 22:09:35 +0300 |
commit | 6478aae843e8d54fbd15cb9b9c21b78ee3a87e87 (patch) | |
tree | 5ce98e73250f9cf3406752c31f3f708b0ed2bb27 /games-arcade | |
parent | sys-apps/hwids: bump to 20200204 (diff) | |
download | gentoo-6478aae843e8d54fbd15cb9b9c21b78ee3a87e87.tar.gz gentoo-6478aae843e8d54fbd15cb9b9c21b78ee3a87e87.tar.bz2 gentoo-6478aae843e8d54fbd15cb9b9c21b78ee3a87e87.zip |
games-arcade/orthorobot: replace http with https in SRC_URI and HOMEPAGE urls
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.11
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/orthorobot/orthorobot-0-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 69e0533a32ca..7d3771a8a4cf 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 d8730666312f..305cf7ee67ed 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" |