patchelf: Use 'https' for source uri.
* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
This commit is contained in:
parent
c1d1cd817c
commit
05666fb8db
|
@ -109,7 +109,7 @@ Executable and Linkable Format (@dfn{ELF}). This includes @command{ld},
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://nixos.org/releases/patchelf/patchelf-"
|
||||
"https://nixos.org/releases/patchelf/patchelf-"
|
||||
version
|
||||
"/patchelf-" version ".tar.bz2"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in New Issue