guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mercurial: Change source URI scheme to https.


From: Mark H. Weaver
Subject: 02/02: gnu: mercurial: Change source URI scheme to https.
Date: Tue, 21 Jul 2015 06:05:29 +0000

mhw pushed a commit to branch master
in repository guix.

commit 61ee4fdf05cf866c2c8b0d056104451e798d6567
Author: Mark H Weaver <address@hidden>
Date:   Tue Jul 21 01:59:42 2015 -0400

    gnu: mercurial: Change source URI scheme to https.
    
    * gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to
      https.
---
 gnu/packages/version-control.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c3f501b..6623285 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -510,7 +510,7 @@ control to Git repositories.")
     (version "3.2.4")
     (source (origin
              (method url-fetch)
-             (uri (string-append 
"http://mercurial.selenic.com/release/mercurial-";
+             (uri (string-append 
"https://mercurial.selenic.com/release/mercurial-";
                                  version ".tar.gz"))
              (sha256
               (base32



reply via email to

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