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 @@ (define-public testdisk
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue