mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -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_MULTIPLE_ABI=1
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="python library for reading and writing collada documents"
|
||||
HOMEPAGE="http://pycollada.github.com/"
|
||||
HOMEPAGE="https://pycollada.github.com/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_MULTIPLE_ABI=1
|
||||
inherit distutils-r1 git-2
|
||||
|
||||
DESCRIPTION="python library for reading and writing collada documents"
|
||||
HOMEPAGE="http://pycollada.github.com/"
|
||||
HOMEPAGE="https://pycollada.github.com/"
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
Reference in New Issue
Block a user