From: Francesco Turco Date: Sat, 9 Sep 2017 15:49:59 +0000 (+0200) Subject: sys-libs/ntdb: use HTTPS for links to samba.org (bug #636916) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e284ac7c4af2d13558147d2f4b870f900c64519;p=gentoo.git sys-libs/ntdb: use HTTPS for links to samba.org (bug #636916) --- diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild index 83fea05c3b18..56c66267cf58 100644 --- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild +++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="A not-so trivial keyword/data database system" -HOMEPAGE="http://tdb.samba.org/" -SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" +HOMEPAGE="https://tdb.samba.org/" +SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"