diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:30:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:33 +0100 |
commit | 7420c1ee9062180ce320c2630a9c2b90d34a8dc9 (patch) | |
tree | ac0a62c51f7b53cc590509d122896b5311258f1f | |
parent | bcd57eba43176c36a2530279e11f5343bb64b5b5 (diff) | |
download | guix-7420c1ee9062180ce320c2630a9c2b90d34a8dc9.tar.gz |
gnu: antlr@2: Use HTTPS home page.
* gnu/packages/java.scm (antlr2)[source, home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/java.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 7b07510491..8c7ccda896 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6808,7 +6808,7 @@ printed.") (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 @@ printed.") ("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, |