diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:56:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:51 -0400 |
commit | 503417c7c8dcc6a69aaa235052965aba2c4fde04 (patch) | |
tree | d729946504f5621eba9d1507b205869cb2554516 /games-action | |
parent | dev-util/obs-service-meta: use HTTPS (diff) | |
download | gentoo-503417c7c8dcc6a69aaa235052965aba2c4fde04.tar.gz gentoo-503417c7c8dcc6a69aaa235052965aba2c4fde04.tar.bz2 gentoo-503417c7c8dcc6a69aaa235052965aba2c4fde04.zip |
games-action/minetest: use HTTPS
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/minetest-0.4.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/minetest/minetest-0.4.16-r1.ebuild b/games-action/minetest/minetest-0.4.16-r1.ebuild index 9e0ab06fdaa4..8291b16dba14 100644 --- a/games-action/minetest/minetest-0.4.16-r1.ebuild +++ b/games-action/minetest/minetest-0.4.16-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils eutils gnome2-utils user vcs-snapshot DESCRIPTION="An InfiniMiner/Minecraft inspired game" -HOMEPAGE="http://minetest.net/" +HOMEPAGE="https://www.minetest.net" SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0" |