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