commit:     12e9030fd10770b05429fc3d449b9cde74bcab38
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 15:37:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 16 15:37:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e9030f

dev-python/selenium: Use https

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/selenium/selenium-3.141.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/selenium/selenium-3.141.0.ebuild 
b/dev-python/selenium/selenium-3.141.0.ebuild
index 74de0add1e5..e6437a1664e 100644
--- a/dev-python/selenium/selenium-3.141.0.ebuild
+++ b/dev-python/selenium/selenium-3.141.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Python language binding for Selenium Remote Control"
-HOMEPAGE="http://www.seleniumhq.org";
+HOMEPAGE="https://www.seleniumhq.org";
 # pypi tarball misses tests, github tarball misses generated files
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
        test? (

Reply via email to