diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /net-nds | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/nsscache/nsscache-0.21.14.ebuild | 2 | ||||
-rw-r--r-- | net-nds/nsscache/nsscache-0.23.ebuild | 2 | ||||
-rw-r--r-- | net-nds/nsscache/nsscache-0.8.8.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/nsscache/nsscache-0.21.14.ebuild b/net-nds/nsscache/nsscache-0.21.14.ebuild index fc9f0f01058a..0c5293b0090f 100644 --- a/net-nds/nsscache/nsscache-0.21.14.ebuild +++ b/net-nds/nsscache/nsscache-0.21.14.ebuild @@ -13,7 +13,7 @@ PYTHON_USE_WITH_OPT="nssdb" inherit eutils python distutils DESCRIPTION="commandline tool to sync directory services to local cache" -HOMEPAGE="http://code.google.com/p/nsscache/" +HOMEPAGE="https://code.google.com/p/nsscache/" SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-nds/nsscache/nsscache-0.23.ebuild b/net-nds/nsscache/nsscache-0.23.ebuild index 0490d769e627..5e8eda7cab41 100644 --- a/net-nds/nsscache/nsscache-0.23.ebuild +++ b/net-nds/nsscache/nsscache-0.23.ebuild @@ -13,7 +13,7 @@ PYTHON_USE_WITH_OPT="nssdb" inherit eutils python distutils DESCRIPTION="commandline tool to sync directory services to local cache" -HOMEPAGE="http://code.google.com/p/nsscache/" +HOMEPAGE="https://code.google.com/p/nsscache/" SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-nds/nsscache/nsscache-0.8.8.ebuild b/net-nds/nsscache/nsscache-0.8.8.ebuild index 0e9363073dfd..e6fc2aa8ca14 100644 --- a/net-nds/nsscache/nsscache-0.8.8.ebuild +++ b/net-nds/nsscache/nsscache-0.8.8.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit eutils python distutils DESCRIPTION="commandline tool to sync directory services to local cache" -HOMEPAGE="http://code.google.com/p/nsscache/" +HOMEPAGE="https://code.google.com/p/nsscache/" SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" |