diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-27 19:43:01 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-02-27 20:44:46 +0000 |
commit | e9789643da7dddfda011b1325d65e71d7d99bdb4 (patch) | |
tree | 7952ffbb49468b8a358855b2ab9c31ddf456da2e /games-puzzle | |
parent | games-arcade/rocksndiamonds: use HTTPS (diff) | |
download | gentoo-e9789643da7dddfda011b1325d65e71d7d99bdb4.tar.gz gentoo-e9789643da7dddfda011b1325d65e71d7d99bdb4.tar.bz2 gentoo-e9789643da7dddfda011b1325d65e71d7d99bdb4.zip |
games-puzzle/cuyo: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/cuyo/cuyo-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/cuyo/cuyo-2.1.1-r1.ebuild b/games-puzzle/cuyo/cuyo-2.1.1-r1.ebuild index 55b13cc7ed85..c614a3ea2aa4 100644 --- a/games-puzzle/cuyo/cuyo-2.1.1-r1.ebuild +++ b/games-puzzle/cuyo/cuyo-2.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools gnome2-utils versionator MY_P="${PN}-$(get_version_component_range 1).~-$(get_version_component_range 2-3)" DESCRIPTION="highly addictive and remotely related to tetris" -HOMEPAGE="http://www.karimmi.de/cuyo/" +HOMEPAGE="https://www.karimmi.de/cuyo/" SRC_URI="https://savannah.nongnu.org/download/cuyo/${MY_P}.tar.gz" LICENSE="GPL-2" |