Skip to content
Snippets Groups Projects
Commit 01e64ef5 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: talloc: Change source URI to use https.

* gnu/packages/samba.scm (talloc)[source]: Change URI to use https.
parent 2cba3d6f
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ (define-public talloc ...@@ -171,7 +171,7 @@ (define-public talloc
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment