diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-10-18 08:58:35 +0200 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-11-01 21:42:02 -0700 |
commit | 428dff8bfb361a98bd44aad14a81611828861e05 (patch) | |
tree | 970cda31a917d910fdaffeb22e55a93d44948d2b /net-mail/checkpassword | |
parent | dev-lua/lgi: bump to 0.9.2 (diff) | |
download | gentoo-428dff8bfb361a98bd44aad14a81611828861e05.tar.gz gentoo-428dff8bfb361a98bd44aad14a81611828861e05.tar.bz2 gentoo-428dff8bfb361a98bd44aad14a81611828861e05.zip |
net-mail/checkpassword: use https
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
(cherry picked from commit 0b092033838b1e705e05604aff1b9cc2c7766e2b)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13332
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild index 8efb8a03c5c4..7c7a9b94f127 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild index 7ed02b16fe94..75a2f74c558f 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils fixheadtails flag-o-matic qmail DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" |