1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-01 00:04:04 +02:00

gnu: ruby-racc: Use HTTPS home page URI.

* gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou
2021-02-28 11:51:40 +01:00
parent 8b2ec036a4
commit 7e3fd007b7
+1 -1
View File
@@ -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.