From: Hans de Graaff Date: Sat, 23 May 2020 06:01:07 +0000 (+0200) Subject: dev-ruby/eventmachine: update HOMEPAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44eea83f805bb8a2f227cfb106020c1d710a1c04;p=gentoo.git dev-ruby/eventmachine: update HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild index eef8004a177e..2a49e0f72980 100644 --- a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md" inherit ruby-fakegem DESCRIPTION="EventMachine is a fast, simple event-processing library for Ruby programs" -HOMEPAGE="http://rubyeventmachine.com" +HOMEPAGE="https://github.com/eventmachine/eventmachine" SRC_URI="https://github.com/eventmachine/eventmachine/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2 Ruby )"