dev-util/wiggle: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8618
This commit is contained in:
Michael Mair-Keimberger
2018-05-27 15:15:30 +02:00
committed by Aaron Bauman
parent a4c6df9667
commit 84ab761355
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
inherit eutils fixheadtails flag-o-matic toolchain-funcs
DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes"
HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle"
SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz"
HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle"
SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit fixheadtails toolchain-funcs
DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes"
HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle"
SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz"
HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle"
SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"