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 @@
|
||||||
(version "1.48")
|
(version "1.48")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue