gnu: exiv2: Use HTTPS URLs.
* gnu/packages/image.scm (exiv2)[source, home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									2508b07517
								
							
						
					
					
						commit
						993d8164e4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1042,9 +1042,9 @@ channels.")
 | 
				
			||||||
    (version "0.26")
 | 
					    (version "0.26")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (list (string-append "http://www.exiv2.org/builds/exiv2-"
 | 
					             (uri (list (string-append "https://www.exiv2.org/builds/exiv2-"
 | 
				
			||||||
                                       version "-trunk.tar.gz")
 | 
					                                       version "-trunk.tar.gz")
 | 
				
			||||||
                        (string-append "http://www.exiv2.org/exiv2-"
 | 
					                        (string-append "https://www.exiv2.org/exiv2-"
 | 
				
			||||||
                                       version ".tar.gz")
 | 
					                                       version ".tar.gz")
 | 
				
			||||||
                        (string-append "https://fossies.org/linux/misc/exiv2-"
 | 
					                        (string-append "https://fossies.org/linux/misc/exiv2-"
 | 
				
			||||||
                                       version ".tar.gz")))
 | 
					                                       version ".tar.gz")))
 | 
				
			||||||
| 
						 | 
					@ -1060,7 +1060,7 @@ channels.")
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("intltool" ,intltool)))
 | 
					     `(("intltool" ,intltool)))
 | 
				
			||||||
    (home-page "http://www.exiv2.org/")
 | 
					    (home-page "https://www.exiv2.org/")
 | 
				
			||||||
    (synopsis "Library and command-line utility to manage image metadata")
 | 
					    (synopsis "Library and command-line utility to manage image metadata")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Exiv2 is a C++ library and a command line utility to manage image
 | 
					     "Exiv2 is a C++ library and a command line utility to manage image
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue