patchelf: Use 'https' for source uri.
* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
This commit is contained in:
		
							parent
							
								
									9687d4042a
								
							
						
					
					
						commit
						203631d9ad
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -108,7 +108,7 @@ Executable and Linkable Format (@dfn{ELF}).  This includes @command{ld},
 | 
			
		|||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri (string-append
 | 
			
		||||
                   "http://nixos.org/releases/patchelf/patchelf-"
 | 
			
		||||
                   "https://nixos.org/releases/patchelf/patchelf-"
 | 
			
		||||
                   version
 | 
			
		||||
                   "/patchelf-" version ".tar.bz2"))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue