gnu: java-commons-codec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-codec)[home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									8680eff30d
								
							
						
					
					
						commit
						77e1fe31b3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6634,7 +6634,7 @@ This is a part of the Apache Commons Project.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("java-junit" ,java-junit)
 | 
					     `(("java-junit" ,java-junit)
 | 
				
			||||||
       ("java-hamcrest-core" ,java-hamcrest-core)))
 | 
					       ("java-hamcrest-core" ,java-hamcrest-core)))
 | 
				
			||||||
    (home-page "http://commons.apache.org/codec/")
 | 
					    (home-page "https://commons.apache.org/codec/")
 | 
				
			||||||
    (synopsis "Common encoders and decoders such as Base64, Hex, Phonetic and URLs")
 | 
					    (synopsis "Common encoders and decoders such as Base64, Hex, Phonetic and URLs")
 | 
				
			||||||
    (description "The codec package contains simple encoder and decoders for
 | 
					    (description "The codec package contains simple encoder and decoders for
 | 
				
			||||||
various formats such as Base64 and Hexadecimal.  In addition to these widely
 | 
					various formats such as Base64 and Hexadecimal.  In addition to these widely
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue