guix-commits
[Top][All Lists]
Advanced

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

60/87: gnu: ruby-racc: Use HTTPS home page URI.


From: guix-commits
Subject: 60/87: gnu: ruby-racc: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7e3fd007b78bdb651dd04021f95533e219f89625
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:51:40 2021 +0100

    gnu: ruby-racc: Use HTTPS home page URI.
    
    * gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.
---
 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 88b0028..f9202b7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6881,7 +6881,7 @@ differences (added or removed nodes) between two XML/HTML 
documents.")
     (description
      "Racc is a LALR(1) parser generator.  It is written in Ruby itself, and
 generates Ruby program.")
-    (home-page "http://i.loveruby.net/en/projects/racc/";)
+    (home-page "https://i.loveruby.net/en/projects/racc/";)
     (license (list
               ;; Generally licensed under the LGPL2.1, and some files also
               ;; available under the same license as Ruby.



reply via email to

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