diff options
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild index 5a634f425a7f..60db0ca21ac7 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r2.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=8 @@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README" inherit multilib ruby-fakegem DESCRIPTION="Library performing operations with permutations of sequences (strings, arrays)" -HOMEPAGE="https://flori.github.com/permutation" +HOMEPAGE="https://flori.github.io/permutation/" LICENSE="|| ( Ruby-BSD BSD-2 )" SLOT="0" |