mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)"
|
||||
HOMEPAGE="http://code.google.com/p/py-amqplib/"
|
||||
HOMEPAGE="https://code.google.com/p/py-amqplib/"
|
||||
SRC_URI="http://py-amqplib.googlecode.com/files/${P}.tgz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)"
|
||||
HOMEPAGE="http://code.google.com/p/py-amqplib/"
|
||||
HOMEPAGE="https://code.google.com/p/py-amqplib/"
|
||||
SRC_URI="http://py-amqplib.googlecode.com/files/${P}.tgz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
Reference in New Issue
Block a user