games-puzzle/nudoku: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8469
This commit is contained in:
Michael Mair-Keimberger
2018-05-19 09:37:53 +02:00
committed by Aaron Bauman
parent 133068dc03
commit 60e7811618

View File

@@ -6,7 +6,7 @@ EAPI=6
inherit autotools
DESCRIPTION="ncurses based sudoku game"
HOMEPAGE="http://jubalh.github.io/nudoku"
HOMEPAGE="https://jubalh.github.io/nudoku"
SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"