gnu: sg3-utils: Download over HTTPS.
* gnu/packages/scsi.scm (sg3-utils)[source]: Use HTTPS.
This commit is contained in:
parent
3c5050b613
commit
753ca72fc1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define-public sg3-utils
|
|||
(version "1.48")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-"
|
||||
(uri (string-append "https://sg.danny.cz/sg/p/sg3_utils-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue