dev-python/python-pam: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 9 Apr 2018 13:12:24 +0000 (15:12 +0200)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 12 Apr 2018 04:24:20 +0000 (23:24 -0500)
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/python-pam/python-pam-0.1.4.ebuild

index 99bc3fe4b05b51fe891fb905f6a01f6c28e6f379..fae6c1f9214ecd5e3cc9accc7cd0fdcc4f63ac56 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit distutils-r1
 MY_PN=${PN#python-}
 S="${WORKDIR}/${MY_PN}-${PV}"
 DESCRIPTION="A python interface to the PAM library on linux using ctypes"
-HOMEPAGE="http://atlee.ca/software/pam"
+HOMEPAGE="https://atlee.ca/software/pam"
 SRC_URI="mirror://pypi/p/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"