From 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 Mon Sep 17 00:00:00 2001
From: Justin Lecher <jlec@gentoo.org>
Date: Mon, 24 Aug 2015 13:35:05 +0200
Subject: Enable https for all google URIs

Signed-off-by: Justin Lecher <jlec@gentoo.org>
---
 dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild')

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
index 9c0a05598e8..e9dbe77e0d6 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3} )
 inherit distutils-r1
 
 DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse"
+HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse"
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
-- 
cgit v1.2.1