gnu: talloc: Change source URI to use https.
* gnu/packages/samba.scm (talloc)[source]: Change URI to use https.
This commit is contained in:
parent
2cba3d6f9e
commit
01e64ef504
|
@ -171,7 +171,7 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
(version "2.1.2")
|
(version "2.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.samba.org/ftp/talloc/talloc-"
|
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue