mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/python-scw: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
1662b016f0
commit
3929ebf468
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user