diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-11 08:58:42 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-11 09:25:39 +0100 |
commit | 3596178f59ffa2ab612f15e1c665db6c43f4f09e (patch) | |
tree | 336e049a6cef2b3f4187a3b7ea5eef77d1dfe4dc /eclass/ruby-ng-gnome2.eclass | |
parent | dev-ruby/ruby-glib2: add 3.5.1 (diff) | |
download | gentoo-3596178f59ffa2ab612f15e1c665db6c43f4f09e.tar.gz gentoo-3596178f59ffa2ab612f15e1c665db6c43f4f09e.tar.bz2 gentoo-3596178f59ffa2ab612f15e1c665db6c43f4f09e.zip |
eclass/ruby-ng-gnome2.eclass: update HOMEPAGE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass/ruby-ng-gnome2.eclass')
-rw-r--r-- | eclass/ruby-ng-gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 4c48e94df703..7abf84f6034b 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -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 # @ECLASS: ruby-ng-gnome2.eclass @@ -45,7 +45,7 @@ ruby_add_bdepend " dev-ruby/pkg-config test? ( >=dev-ruby/test-unit-2 )" SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" -HOMEPAGE="https://ruby-gnome2.osdn.jp/" +HOMEPAGE="https://ruby-gnome.github.io/" LICENSE="LGPL-2.1+" SLOT="0" if ver_test -ge "3.4.0"; then |