diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-09 17:49:59 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-09 17:03:21 -0500 |
commit | 0e284ac7c4af2d13558147d2f4b870f900c64519 (patch) | |
tree | 6440a55abeb1c70f291e106ca9c9044abf2eef47 /sys-libs | |
parent | sys-libs/ldb: use HTTPS for links to samba.org (bug #636916) (diff) | |
download | gentoo-0e284ac7c4af2d13558147d2f4b870f900c64519.tar.gz gentoo-0e284ac7c4af2d13558147d2f4b870f900c64519.tar.bz2 gentoo-0e284ac7c4af2d13558147d2f4b870f900c64519.zip |
sys-libs/ntdb: use HTTPS for links to samba.org (bug #636916)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ntdb/ntdb-1.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |