mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/dirdiff: use HTTPS for links to samba.org (bug #636916)
This commit is contained in:
committed by
Mike Gilbert
parent
b9e649adc1
commit
4a28aa2df2
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user