commit: 6a2316d6375610c31d55802d0fa6139fc7c7e60e Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Sun Jan 15 04:32:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 14:56:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2316d6
dev-ruby/amatch: fix homepage URL. No more Github Pages for this. Signed-off-by: Joe Kappus <joe <AT> wt.gd> Closes: https://github.com/gentoo/gentoo/pull/29114 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/amatch/amatch-0.4.0-r1.ebuild | 4 ++-- dev-ruby/amatch/amatch-0.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/amatch/amatch-0.4.0-r1.ebuild b/dev-ruby/amatch/amatch-0.4.0-r1.ebuild index c435a13d7944..af5cc5a1ce44 100644 --- a/dev-ruby/amatch/amatch-0.4.0-r1.ebuild +++ b/dev-ruby/amatch/amatch-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) inherit ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="https://flori.github.com/amatch/" +HOMEPAGE="https://github.com/flori/amatch" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-ruby/amatch/amatch-0.4.1.ebuild b/dev-ruby/amatch/amatch-0.4.1.ebuild index c435a13d7944..af5cc5a1ce44 100644 --- a/dev-ruby/amatch/amatch-0.4.1.ebuild +++ b/dev-ruby/amatch/amatch-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) inherit ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="https://flori.github.com/amatch/" +HOMEPAGE="https://github.com/flori/amatch" LICENSE="Apache-2.0" SLOT="0"
