diff options
author | Sam James <sam@gentoo.org> | 2023-03-25 06:41:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-25 07:11:15 +0000 |
commit | c13ab5990f3c54942e2558b53eec6d5711f538d3 (patch) | |
tree | 9e1ac91666ebfc9c82625a27d87a26815478e601 /dev-ruby/chunky_png | |
parent | dev-ruby/ruby-cairo-gobject: enable ruby32 (diff) | |
download | gentoo-c13ab5990f3c54942e2558b53eec6d5711f538d3.tar.gz gentoo-c13ab5990f3c54942e2558b53eec6d5711f538d3.tar.bz2 gentoo-c13ab5990f3c54942e2558b53eec6d5711f538d3.zip |
dev-ruby/chunky_png: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/chunky_png')
-rw-r--r-- | dev-ruby/chunky_png/chunky_png-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/chunky_png/chunky_png-1.4.0.ebuild b/dev-ruby/chunky_png/chunky_png-1.4.0.ebuild index 9a9da8027236..be9701dcf884 100644 --- a/dev-ruby/chunky_png/chunky_png-1.4.0.ebuild +++ b/dev-ruby/chunky_png/chunky_png-1.4.0.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 @@ -19,7 +19,7 @@ RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec" inherit ruby-fakegem DESCRIPTION="Pure Ruby library that can read and write PNG images" -HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png" +HOMEPAGE="https://github.com/wvanbergen/chunky_png" LICENSE="MIT" SLOT="0" |