mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to The Echo Nest APIs"
|
||||
HOMEPAGE="http://echonest.github.com/pyechonest/"
|
||||
HOMEPAGE="https://echonest.github.com/pyechonest/"
|
||||
SRC_URI="https://github.com/echonest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to The Echo Nest APIs"
|
||||
HOMEPAGE="http://echonest.github.com/pyechonest/"
|
||||
HOMEPAGE="https://echonest.github.com/pyechonest/"
|
||||
SRC_URI="https://github.com/echonest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
Reference in New Issue
Block a user