apteryx pushed a commit to branch master
in repository guix.
commit 2fdd8c14be1ad86ac0ff0d4044f4ca6383c04aa7
Author: Maxim Cournoyer <[email protected]>
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