me
/
guix
Archived
1
0
Fork 0

gnu: ruby-eventmachine: Use working home page.

* gnu/packages/ruby.scm (ruby-eventmachine)[home-page]: Update URI.
master
Tobias Geerinckx-Rice 2018-06-06 01:47:31 +02:00
parent c207fa5e6c
commit 24a2622712
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -3713,7 +3713,8 @@ application.")
communications. EventMachine wraps all interactions with sockets, allowing communications. EventMachine wraps all interactions with sockets, allowing
programs to concentrate on the implementation of network protocols. It can be programs to concentrate on the implementation of network protocols. It can be
used to create both network servers and clients.") 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 (license (list license:ruby license:gpl3)))) ; GPLv3 only AFAICT
(define-public ruby-ruby-engine (define-public ruby-ruby-engine