mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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
|
||||
(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 a new issue