summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:51:40 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:51:40 +0100
commit7e3fd007b78bdb651dd04021f95533e219f89625 (patch)
treebb967b0416f7cb7f48a98c9def090879bbfe392a /gnu/packages/ruby.scm
parent8b2ec036a476f6017d3555680d3d0de909aa2e9d (diff)
gnu: ruby-racc: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 88b0028df6..f9202b7a77 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.