gnu: testdisk: Download over HTTPS.
* gnu/packages/admin.scm (testdisk)[source]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									2b336e9354
								
							
						
					
					
						commit
						e14c06d87a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1520,7 +1520,7 @@ characters can be replaced as well, as can UTF-8 characters.") | |||
|     (version "7.1") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "http://www.cgsecurity.org/testdisk-" | ||||
|               (uri (string-append "https://www.cgsecurity.org/testdisk-" | ||||
|                                   version ".tar.bz2")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|  |  | |||
		Reference in a new issue