guix-commits
[Top][All Lists]
Advanced

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

76/229: gnu: ruby-rack: Update home page URL.


From: guix-commits
Subject: 76/229: gnu: ruby-rack: Update home page URL.
Date: Tue, 28 Mar 2023 22:29:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2fdd8c14be1ad86ac0ff0d4044f4ca6383c04aa7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 14 16:50:30 2023 -0400

    gnu: ruby-rack: Update home page URL.
    
    * 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 c6db3615be..044a24fc8f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7160,7 +7160,7 @@ generates Ruby program.")
 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



reply via email to

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