summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-09 15:12:24 +0200
committerMatthew Thode <prometheanfire@gentoo.org>2018-04-11 23:24:20 -0500
commita31dcb1b562c275b1b7df0ffb81d291c29e46ecc (patch)
tree2898cf353ec88feac6715f453972b2602ba29c36
parentdev-python/debtcollector: use HTTPS (diff)
downloadgentoo-a31dcb1b562c275b1b7df0ffb81d291c29e46ecc.tar.gz
gentoo-a31dcb1b562c275b1b7df0ffb81d291c29e46ecc.tar.bz2
gentoo-a31dcb1b562c275b1b7df0ffb81d291c29e46ecc.zip
dev-python/python-pam: use HTTPS
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/python-pam/python-pam-0.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-pam/python-pam-0.1.4.ebuild b/dev-python/python-pam/python-pam-0.1.4.ebuild
index 99bc3fe4b05b..fae6c1f9214e 100644
--- a/dev-python/python-pam/python-pam-0.1.4.ebuild
+++ b/dev-python/python-pam/python-pam-0.1.4.ebuild
@@ -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"