mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: antlr@2: Use HTTPS home page.
* gnu/packages/java.scm (antlr2)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
bcd57eba43
commit
7420c1ee90
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue