commit: 60e78116186b3bdd8ca2fbeb4e544ba0160f93e4 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat May 19 07:37:53 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 20 00:16:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e78116
games-puzzle/nudoku: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8469 games-puzzle/nudoku/nudoku-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/nudoku/nudoku-1.0.0.ebuild b/games-puzzle/nudoku/nudoku-1.0.0.ebuild index 6b6db45f6e4..3277e1193f1 100644 --- a/games-puzzle/nudoku/nudoku-1.0.0.ebuild +++ b/games-puzzle/nudoku/nudoku-1.0.0.ebuild @@ -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"
