summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-06-29 21:59:28 +0200
committerHans de Graaff <graaff@gentoo.org>2023-06-29 22:13:52 +0200
commita0f77fab024668fef58b9ad88fe9c337f312dc82 (patch)
tree262a64de1e6bf3646a968069f43dd7783f28eece /dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild
parentdev-ruby/plist: enable ruby32 (diff)
downloadgentoo-a0f77fab024668fef58b9ad88fe9c337f312dc82.tar.gz
gentoo-a0f77fab024668fef58b9ad88fe9c337f312dc82.tar.bz2
gentoo-a0f77fab024668fef58b9ad88fe9c337f312dc82.zip
dev-ruby/pg_array_parser: update HOMEPAGE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild')
-rw-r--r--dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild b/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild
index b5d931496a25..f440fc3dfcb4 100644
--- a/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild
+++ b/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r3.ebuild
@@ -1,8 +1,8 @@
-# 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="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/pg_array_parser/extconf.rb)
inherit ruby-fakegem
DESCRIPTION="Simple library to parse PostgreSQL arrays into a array of strings"
-HOMEPAGE="https://github.com/dockyard/pg_array_parser"
+HOMEPAGE="https://github.com/DavyJonesLocker/pg_array_parser"
LICENSE="MIT"
SLOT="$(ver_cut 1-3)"