diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-04 07:58:54 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-04 08:12:46 +0200 |
commit | 240f8847689e37854a0f3b567f43b35887125d80 (patch) | |
tree | a2eaab540da365ade1a77968e2615c0b9f68730c /dev-ruby/rqrcode | |
parent | app-emulation/podman: keyword 3.2.1 for ~ppc64 (diff) | |
download | gentoo-240f8847689e37854a0f3b567f43b35887125d80.tar.gz gentoo-240f8847689e37854a0f3b567f43b35887125d80.tar.bz2 gentoo-240f8847689e37854a0f3b567f43b35887125d80.zip |
dev-ruby/rqrcode: fix HOMEPAGE
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rqrcode')
-rw-r--r-- | dev-ruby/rqrcode/rqrcode-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild b/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild index 291fc43e388a..4068cfdea0f2 100644 --- a/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild +++ b/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild @@ -16,7 +16,7 @@ RUBY_FAKEGEM_GEMSPEC="rqrcode.gemspec" inherit ruby-fakegem DESCRIPTION="Library for encoding QR Codes" -HOMEPAGE="https://whomwah.github.com/rqrcode/" +HOMEPAGE="https://whomwah.github.io/rqrcode/" SRC_URI="https://github.com/whomwah/rqrcode/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |