mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ (define-public patchelf
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://nixos.org/releases/patchelf/patchelf-"
|
"https://nixos.org/releases/patchelf/patchelf-"
|
||||||
version
|
version
|
||||||
"/patchelf-" version ".tar.bz2"))
|
"/patchelf-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue