dev-util/dirdiff: use HTTPS for links to samba.org (bug #636916)

This commit is contained in:
Francesco Turco
2017-09-09 17:27:31 +02:00
committed by Mike Gilbert
parent b9e649adc1
commit 4a28aa2df2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs
DESCRIPTION="A tool for differing and merging directories"
SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz"
HOMEPAGE="http://samba.org/ftp/paulus/"
SRC_URI="https://www.samba.org/ftp/paulus/${P}.tar.gz"
HOMEPAGE="https://www.samba.org/ftp/paulus/"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -6,8 +6,8 @@ EAPI=6
inherit flag-o-matic multilib toolchain-funcs
DESCRIPTION="A tool for differing and merging directories"
SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz"
HOMEPAGE="http://samba.org/ftp/paulus/"
SRC_URI="https://www.samba.org/ftp/paulus/${P}.tar.gz"
HOMEPAGE="https://www.samba.org/ftp/paulus/"
LICENSE="GPL-2"
SLOT="0"