From: Michael Mair-Keimberger Date: Fri, 5 Apr 2019 09:36:59 +0000 (+0200) Subject: dev-libs/cdk: use HTTPS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=621508076534372c96a50ae4714fcf4d060f8635;p=gentoo.git dev-libs/cdk: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11599 Signed-off-by: Patrice Clement --- diff --git a/dev-libs/cdk/cdk-5.0.20160131.ebuild b/dev-libs/cdk/cdk-5.0.20160131.ebuild index c6f6730a94da..4a42b99812b4 100644 --- a/dev-libs/cdk/cdk-5.0.20160131.ebuild +++ b/dev-libs/cdk/cdk-5.0.20160131.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit versionator MY_P="${PN}-$(replace_version_separator 2 -)" DESCRIPTION="A library of curses widgets" -HOMEPAGE="http://dickey.his.com/cdk/cdk.html" +HOMEPAGE="https://dickey.his.com/cdk/cdk.html" SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" LICENSE="BSD"