gnu: antlr3: Use HTTPS home page.

* gnu/packages/java.scm (antlr3)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-17 22:31:01 +01:00
parent 7420c1ee90
commit a264250b89
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7079,7 +7079,7 @@ (define-public antlr3
`(("stringtemplate" ,java-stringtemplate-3)
("antlr" ,antlr2)
("stringtemplate4" ,java-stringtemplate-4.0.6)))
(home-page "http://www.antlr3.org")
(home-page "https://www.antlr3.org")
(synopsis "Framework for constructing recognizers, compilers, and translators")
(description "ANTLR, ANother Tool for Language Recognition, (formerly PCCTS)
is a language tool that provides a framework for constructing recognizers,