mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ (define-public talloc
|
|||
(version "2.1.2")
|
||||
(source (origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue