summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-08-18 06:51:29 +0200
committerHans de Graaff <graaff@gentoo.org>2021-08-18 06:51:29 +0200
commit6f620933eef6cb871818c797e0d5133ac2a1f6dc (patch)
treef32916c0c29bd31660546ca0f37b071eb2a873c7 /dev-ruby
parentdev-ruby/histogram: add missing test dep on narray (diff)
downloadgentoo-6f620933eef6cb871818c797e0d5133ac2a1f6dc.tar.gz
gentoo-6f620933eef6cb871818c797e0d5133ac2a1f6dc.tar.bz2
gentoo-6f620933eef6cb871818c797e0d5133ac2a1f6dc.zip
dev-ruby/narray: update HOMEPAGE
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/narray/narray-0.6.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild b/dev-ruby/narray/narray-0.6.1.2.ebuild
index aa48f74c788d..34ca5260bb13 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_VERSION="${PV/_p/.}"
inherit multilib ruby-fakegem
DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html"
+HOMEPAGE="https://masa16.github.io/narray/"
SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Ruby"