gnu: antlr@2: Use HTTPS home page.

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

View file

@ -6808,7 +6808,7 @@ (define-public antlr2
(version "2.7.7")
(source (origin
(method url-fetch)
(uri (string-append "http://www.antlr2.org/download/antlr-"
(uri (string-append "https://www.antlr2.org/download/antlr-"
version ".tar.gz"))
(sha256
(base32
@ -6855,7 +6855,7 @@ (define-public antlr2
("java" ,icedtea "jdk")))
(inputs
`(("java" ,icedtea)))
(home-page "http://www.antlr2.org")
(home-page "https://www.antlr2.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,