diff options
author | 2020-05-23 08:01:07 +0200 | |
---|---|---|
committer | 2020-05-23 08:33:59 +0200 | |
commit | 44eea83f805bb8a2f227cfb106020c1d710a1c04 (patch) | |
tree | 6ec6e3c10adfe1dda3dc72cedde219a378f417ad /dev-ruby/eventmachine | |
parent | dev-lang/ghc: fix hardcoded pkg-config (diff) | |
download | gentoo-44eea83f805bb8a2f227cfb106020c1d710a1c04.tar.gz gentoo-44eea83f805bb8a2f227cfb106020c1d710a1c04.tar.bz2 gentoo-44eea83f805bb8a2f227cfb106020c1d710a1c04.zip |
dev-ruby/eventmachine: update HOMEPAGE
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/eventmachine')
-rw-r--r-- | dev-ruby/eventmachine/eventmachine-1.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |