diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 18:22:37 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 18:25:46 +1000 |
commit | bbd5b4d1e80a8a7ab462d51439333f1ff9881943 (patch) | |
tree | 21580599f3ce7dde50ca2cb4d3ef64d75a9280a7 /net-libs | |
parent | www-apache/mod_whatkilledus: use HTTPS (diff) | |
download | gentoo-bbd5b4d1e80a8a7ab462d51439333f1ff9881943.tar.gz gentoo-bbd5b4d1e80a8a7ab462d51439333f1ff9881943.tar.bz2 gentoo-bbd5b4d1e80a8a7ab462d51439333f1ff9881943.zip |
net-libs/canlock: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/canlock/canlock-2b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/canlock/canlock-2b.ebuild b/net-libs/canlock/canlock-2b.ebuild index 594981bf05a1..9d58b0a2dc63 100644 --- a/net-libs/canlock/canlock-2b.ebuild +++ b/net-libs/canlock/canlock-2b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit eutils multilib toolchain-funcs MY_P="${P/-/_}" DESCRIPTION="A library for creating and verifying Usenet cancel locks" -HOMEPAGE="http://packages.qa.debian.org/c/canlock.html" +HOMEPAGE="https://packages.qa.debian.org/c/canlock.html" SRC_URI="mirror://debian/pool/main/c/${PN}/${MY_P}.orig.tar.gz mirror://debian/pool/main/c/${PN}/${MY_P}-6.diff.gz" |