guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62196] [PATCH 076/223] gnu: ruby-rack: Update home page URL.


From: Maxim Cournoyer
Subject: [bug#62196] [PATCH 076/223] gnu: ruby-rack: Update home page URL.
Date: Mon, 20 Mar 2023 13:14:08 -0400

* gnu/packages/ruby.scm (ruby-rack) [home-page]: Update URL.
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 29c4ae8bf8..b1f322fe64 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]