diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:21:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-04 21:25:55 -0400 |
commit | a1617994143b8881af46d50059ebe08ff7d19207 (patch) | |
tree | d4a74cb30793773bc52b64c7c5a9f8c5fa0ec350 /dev-libs/qqwing | |
parent | dev-cpp/cairomm: use HTTPS (diff) | |
download | gentoo-a1617994143b8881af46d50059ebe08ff7d19207.tar.gz gentoo-a1617994143b8881af46d50059ebe08ff7d19207.tar.bz2 gentoo-a1617994143b8881af46d50059ebe08ff7d19207.zip |
dev-libs/qqwing: use HTTPS
Diffstat (limited to 'dev-libs/qqwing')
-rw-r--r-- | dev-libs/qqwing/qqwing-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/qqwing/qqwing-1.3.4.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild b/dev-libs/qqwing/qqwing-1.3.3.ebuild index 79a5f9c19eca..f9527626400d 100644 --- a/dev-libs/qqwing/qqwing-1.3.3.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils DESCRIPTION="Sudoku puzzle generator and solver" -HOMEPAGE="http://qqwing.com/" +HOMEPAGE="https://qqwing.com" SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" LICENSE="GPL-2+" diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 8c6fe5281f9a..427854765114 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.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 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils DESCRIPTION="Sudoku puzzle generator and solver" -HOMEPAGE="http://qqwing.com/" -SRC_URI="http://qqwing.com/${P}.tar.gz" +HOMEPAGE="https://qqwing.com" +SRC_URI="https://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2" |