diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:48:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:33:25 +0200 |
commit | d3843b0bfc8206df0a8b62a7b89ee14ed89d48e9 (patch) | |
tree | e0dfec8710d5aa4d02e6ffeb2bfa85a3df7f2581 /games-action | |
parent | games-action/super-hexagon: use HTTPS (diff) | |
download | gentoo-d3843b0bfc8206df0a8b62a7b89ee14ed89d48e9.tar.gz gentoo-d3843b0bfc8206df0a8b62a7b89ee14ed89d48e9.tar.bz2 gentoo-d3843b0bfc8206df0a8b62a7b89ee14ed89d48e9.zip |
games-action/openclonk: use HTTPS
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/openclonk/openclonk-7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/openclonk/openclonk-7.0.ebuild b/games-action/openclonk/openclonk-7.0.ebuild index 081848c692d2..46aeb31b45a4 100644 --- a/games-action/openclonk/openclonk-7.0.ebuild +++ b/games-action/openclonk/openclonk-7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit cmake-utils eutils gnome2-utils python-any-r1 fdo-mime toolchain-funcs g MY_P=${PN}-release-${PV}-src DESCRIPTION="A free multiplayer action game where you control clonks" -HOMEPAGE="http://openclonk.org/" +HOMEPAGE="https://openclonk.org/" SRC_URI="http://www.openclonk.org/builds/release/${PV}/openclonk-${PV}-src.tar.bz2" LICENSE="BSD ISC CLONK-trademark LGPL-2.1 POSTGRESQL" |