diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 06:35:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 07:35:09 +0000 |
commit | 6d774c3007856e97766e132e21b7eaab8346749c (patch) | |
tree | 131a8c5b25f26df601932ef5ebc684e8178a1f7e /dev-ruby/simplecov-html | |
parent | dev-ruby/openssl-ccm: enable ruby32 (diff) | |
download | gentoo-6d774c3007856e97766e132e21b7eaab8346749c.tar.gz gentoo-6d774c3007856e97766e132e21b7eaab8346749c.tar.bz2 gentoo-6d774c3007856e97766e132e21b7eaab8346749c.zip |
dev-ruby/simplecov-html: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild index 54f720024239..17b4a881fc54 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="assets public views" inherit ruby-fakegem DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" -HOMEPAGE="https://github.com/simplecov-ruby/simplecov" +HOMEPAGE="https://github.com/simplecov-ruby/simplecov-html" LICENSE="MIT" KEYWORDS="~amd64 ~riscv" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild index 0987aea03092..50b481bf91fa 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3.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=7 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="assets public views" inherit ruby-fakegem DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" -HOMEPAGE="https://github.com/colszowka/simplecov" +HOMEPAGE="https://github.com/simplecov-ruby/simplecov-html" LICENSE="MIT" KEYWORDS="~amd64 ~riscv" |