gnu: java-antlr4-runtime: Update home page.

* gnu/packages/java.scm (java-antlr4-runtime)[home-page]: Update it.
This commit is contained in:
Nicolas Goaziou 2020-12-19 15:54:36 +01:00
parent 13d532a911
commit ff0725f626
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8288,7 +8288,7 @@ (define-public java-antlr4-runtime
(copy-recursively "runtime/Java/src/main/dot"
"build/classes")
#t)))))
(home-page "https://antlr.org")
(home-page "https://www.antlr.org")
(synopsis "ANTLR runtime library")
(description "This package contains the runtime library used with generated
sources by ANTLR.")