gnu: ruby-thin: Update home page.

* gnu/packages/ruby.scm (ruby-thin)[home-page]: Use new (HTTPS) URI.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:03:15 +01:00
parent 9137e66ba9
commit 60783303ed
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8708,7 +8708,7 @@ (define-public ruby-thin
and stability, and stability,
@item Rack, a minimal interface between webservers and Ruby frameworks. @item Rack, a minimal interface between webservers and Ruby frameworks.
@end itemize\n") @end itemize\n")
(home-page "http://code.macournoyer.com/thin/") (home-page "https://github.com/macournoyer/thin")
(license license:ruby))) (license license:ruby)))
(define-public ruby-skinny (define-public ruby-skinny