mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/wiggle: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8618
This commit is contained in:
committed by
Aaron Bauman
parent
a4c6df9667
commit
84ab761355
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user