diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 01:47:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 06:12:19 +0200 |
commit | 24a26227126e9da6ce326e97e14b538ff8b02a25 (patch) | |
tree | 56932bf602d3c97134b58eebdfcc7a4078fd3401 /gnu/packages/ruby.scm | |
parent | c207fa5e6cdb6a12857de189444e8e4b34477a95 (diff) | |
download | guix-24a26227126e9da6ce326e97e14b538ff8b02a25.tar guix-24a26227126e9da6ce326e97e14b538ff8b02a25.tar.gz |
gnu: ruby-eventmachine: Use working home page.
* gnu/packages/ruby.scm (ruby-eventmachine)[home-page]: Update URI.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 0756a70cfa..d6b113c0d9 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -3713,7 +3713,8 @@ application.") communications. EventMachine wraps all interactions with sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients.") - (home-page "http://rubyeventmachine.com") + ;; The ‘official’ rubyeventmachine.com domain is now registrar-squatted. + (home-page "https://github.com/eventmachine/eventmachine") (license (list license:ruby license:gpl3)))) ; GPLv3 only AFAICT (define-public ruby-ruby-engine |