sys-libs/ntdb: use HTTPS for links to samba.org (bug #636916)
authorFrancesco Turco <fturco@fastmail.fm>
Sat, 9 Sep 2017 15:49:59 +0000 (17:49 +0200)
committerMike Gilbert <floppym@gentoo.org>
Thu, 9 Nov 2017 22:03:21 +0000 (17:03 -0500)
sys-libs/ntdb/ntdb-1.0-r1.ebuild

index 83fea05c3b183b997eab43acfdd2ba5ea58301d3..56c66267cf5875e52c7401435349ec18832a3ad5 100644 (file)
@@ -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"