diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 23:13:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 23:13:09 +0100 |
commit | 7ca7a52f3f9c2a04b2bbd4b4f98f4d60bd2c66cc (patch) | |
tree | ab70ba557496308e8ec472dd262c4c5933eb812b /dev-ruby/file-tail | |
parent | dev-ruby/ffi: update *.github.com HOMEPAGEs (diff) | |
download | gentoo-7ca7a52f3f9c2a04b2bbd4b4f98f4d60bd2c66cc.tar.gz gentoo-7ca7a52f3f9c2a04b2bbd4b4f98f4d60bd2c66cc.tar.bz2 gentoo-7ca7a52f3f9c2a04b2bbd4b4f98f4d60bd2c66cc.zip |
dev-ruby/file-tail: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/file-tail')
-rw-r--r-- | dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild index 4572ac8e387d..bc921f05e439 100644 --- a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild +++ b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="none" @@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby" -HOMEPAGE="https://flori.github.com/file-tail" +HOMEPAGE="https://flori.github.io/file-tail/" LICENSE="GPL-2" SLOT="0" |