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") | ||||
|     (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, | ||||
|  |  | |||
		Reference in a new issue