diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:03:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-22 00:16:15 +0100 |
commit | 60783303ed211be287fc6224a89a3edafaeab436 (patch) | |
tree | 0360ae1b2826b6698e2bddef12a79a66cf6a64d6 | |
parent | 9137e66ba98f2cb2d150be503db9827c6ba3f443 (diff) | |
download | patches-60783303ed211be287fc6224a89a3edafaeab436.tar patches-60783303ed211be287fc6224a89a3edafaeab436.tar.gz |
gnu: ruby-thin: Update home page.
* gnu/packages/ruby.scm (ruby-thin)[home-page]: Use new (HTTPS) URI.
-rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 98868cdda3..56885fcde3 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -8708,7 +8708,7 @@ minimal effort.") and stability, @item Rack, a minimal interface between webservers and Ruby frameworks. @end itemize\n") - (home-page "http://code.macournoyer.com/thin/") + (home-page "https://github.com/macournoyer/thin") (license license:ruby))) (define-public ruby-skinny |