dev-python/python-scw: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-04-28 10:30:15 +02:00
committed by Michał Górny
parent 1662b016f0
commit 3929ebf468

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit python-r1
DESCRIPTION="Python binding for Scw"
HOMEPAGE="http://scwwidgets.googlepages.com/"
SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz "
HOMEPAGE="https://sites.google.com/site/scwwidgets/"
SRC_URI="https://sites.google.com/site/scwwidgets/${P}.tar.gz "
LICENSE="LGPL-2"
SLOT="0"