me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2021-02-28 11:51:40 +01:00
parent 8b2ec036a4
commit 7e3fd007b7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

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.