dev-ruby/eventmachine: update HOMEPAGE
authorHans de Graaff <graaff@gentoo.org>
Sat, 23 May 2020 06:01:07 +0000 (08:01 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 23 May 2020 06:33:59 +0000 (08:33 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/eventmachine/eventmachine-1.2.7.ebuild

index eef8004a177ef6d4280ffff4d0db1dd251824759..2a49e0f729805f6e5d7be43dc51454e7a8343fc9 100644 (file)
@@ -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 )"