dev-python/pyamazon: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 22 Mar 2019 08:01:08 +0000 (09:01 +0100)
committerAaron Bauman <bman@gentoo.org>
Tue, 26 Mar 2019 18:52:37 +0000 (14:52 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/pyamazon/pyamazon-0.65-r1.ebuild

index cb966fe2c805a97ae93f0dd377c3f5a335f9e2c0..ee51a16a8cd12c70211adef77792506fcb666ad7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
 DESCRIPTION="A Python wrapper for the Amazon web API"
-HOMEPAGE="http://www.josephson.org/projects/pyamazon"
-SRC_URI="http://www.josephson.org/projects/${PN}/files/${P}.zip"
+HOMEPAGE="https://www.josephson.org/projects/pyamazon/"
+SRC_URI="https://www.josephson.org/projects/${PN}/files/${P}.zip"
 
 LICENSE="PSF-2"
 SLOT="0"