summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-19 09:37:53 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-19 20:16:25 -0400
commit60e78116186b3bdd8ca2fbeb4e544ba0160f93e4 (patch)
tree1f94442f97633ccb218ce4a48015dda47fc7d21f
parentdev-ruby/hashicorp-checkpoint: use HTTPS (diff)
downloadgentoo-60e78116186b3bdd8ca2fbeb4e544ba0160f93e4.tar.gz
gentoo-60e78116186b3bdd8ca2fbeb4e544ba0160f93e4.tar.bz2
gentoo-60e78116186b3bdd8ca2fbeb4e544ba0160f93e4.zip
games-puzzle/nudoku: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8469
-rw-r--r--games-puzzle/nudoku/nudoku-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/nudoku/nudoku-1.0.0.ebuild b/games-puzzle/nudoku/nudoku-1.0.0.ebuild
index 6b6db45f6e46..3277e1193f18 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"