commit:     0844057f40f51312ffc83172bce723f4ca113d32
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 03:01:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 03:29:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0844057f

dev-util/wiggle: fix git repo link in HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/wiggle/wiggle-0.9-r1.ebuild | 6 +++---
 dev-util/wiggle/wiggle-1.0.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/wiggle/wiggle-0.9-r1.ebuild 
b/dev-util/wiggle/wiggle-0.9-r1.ebuild
index 64d1a7ad863..a4f8cb6cfd8 100644
--- a/dev-util/wiggle/wiggle-0.9-r1.ebuild
+++ b/dev-util/wiggle/wiggle-0.9-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 inherit fixheadtails flag-o-matic toolchain-funcs
 
-DESCRIPTION="tool for applying patches that patch cannot apply because of 
conflicting changes"
-HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle";
+DESCRIPTION="Tool for applying patches that patch cannot apply because of 
conflicting changes"
+HOMEPAGE="https://neil.brown.name/wiggle 
https://git.neil.brown.name/?p=wiggle.git";
 SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
@@ -16,7 +16,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 # The 'p' tool does support bitkeeper, but I'm against just dumping it in here
-# due to it's size.  I've explictly listed every other dependancy here due to
+# due to it's size.  I've explictly listed every other dependency here due to
 # the nature of the shell program 'p'
 RDEPEND="
        dev-util/diffstat

diff --git a/dev-util/wiggle/wiggle-1.0.ebuild 
b/dev-util/wiggle/wiggle-1.0.ebuild
index 7aeb69528db..670adede2e0 100644
--- a/dev-util/wiggle/wiggle-1.0.ebuild
+++ b/dev-util/wiggle/wiggle-1.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 inherit fixheadtails toolchain-funcs
 
-DESCRIPTION="tool for applying patches that patch cannot apply because of 
conflicting changes"
-HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle";
+DESCRIPTION="Tool for applying patches that patch cannot apply because of 
conflicting changes"
+HOMEPAGE="https://neil.brown.name/wiggle 
https://git.neil.brown.name/?p=wiggle.git";
 SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
@@ -16,7 +16,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 # The 'p' tool does support bitkeeper, but I'm against just dumping it in here
-# due to it's size.  I've explictly listed every other dependancy here due to
+# due to it's size.  I've explictly listed every other dependency here due to
 # the nature of the shell program 'p'
 RDEPEND="
        dev-util/diffstat

Reply via email to