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 @@ printed.") | ||||||
|     (version "2.7.7") |     (version "2.7.7") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.antlr2.org/download/antlr-" |               (uri (string-append "https://www.antlr2.org/download/antlr-" | ||||||
|                                   version ".tar.gz")) |                                   version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -6855,7 +6855,7 @@ printed.") | ||||||
|        ("java" ,icedtea "jdk"))) |        ("java" ,icedtea "jdk"))) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("java" ,icedtea))) |      `(("java" ,icedtea))) | ||||||
|     (home-page "http://www.antlr2.org") |     (home-page "https://www.antlr2.org") | ||||||
|     (synopsis "Framework for constructing recognizers, compilers, and translators") |     (synopsis "Framework for constructing recognizers, compilers, and translators") | ||||||
|     (description "ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) |     (description "ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) | ||||||
| is a language tool that provides a framework for constructing recognizers, | is a language tool that provides a framework for constructing recognizers, | ||||||
|  |  | ||||||
		Reference in a new issue