gnu: ruby-racc: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.master
parent
8b2ec036a4
commit
7e3fd007b7
|
@ -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.
|
||||
|
|
Reference in New Issue