gnu: ruby-rack: Update home page URL.

* gnu/packages/ruby.scm (ruby-rack) [home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2023-03-14 16:50:30 -04:00
parent e5dbe4cc00
commit 2fdd8c14be
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7160,7 +7160,7 @@ (define-public ruby-rack
developing web applications in Ruby. By wrapping HTTP requests and responses,
it unifies the API for web servers, web frameworks, and software in between
into a single method call.")
(home-page "https://rack.github.io/")
(home-page "https://github.com/rack/rack")
(license license:expat)))
(define-public ruby-rack-test