gnu: ruby-rack-test: Update home page.

* gnu/packages/ruby.scm (ruby-rack-test) [home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2023-03-14 16:45:18 -04:00
parent 082516de4c
commit 2552d39e92
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7231,7 +7231,7 @@ (define-public ruby-rack-test
"Rack::Test is a small, simple testing API for Rack applications. It can
be used on its own or as a reusable starting point for Web frameworks and
testing libraries to build on.")
(home-page "https://github.com/rack-test/rack-test")
(home-page "https://github.com/rack/rack-test")
(license license:expat)))
(define-public ruby-rack-protection