guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: patchelf: Use 'https' for source uri.


From: Efraim Flashner
Subject: 03/03: patchelf: Use 'https' for source uri.
Date: Mon, 19 Mar 2018 15:48:29 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit 05666fb8dbcc7cb482ba1e4caa0fba333a738621
Author: Efraim Flashner <address@hidden>
Date:   Mon Mar 19 21:44:50 2018 +0200

    patchelf: Use 'https' for source uri.
    
    * gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
---
 gnu/packages/elf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 350cd2a..08d9253 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]