guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: mg: Fetch source via HTTPS.


From: Ludovic Courtès
Subject: 02/04: gnu: mg: Fetch source via HTTPS.
Date: Wed, 26 Jul 2017 17:14:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bcd1544dd27a17fd554e297cd8672231d7488c98
Author: ng0 <address@hidden>
Date:   Wed Jul 26 14:22:54 2017 +0000

    gnu: mg: Fetch source via HTTPS.
    
    * gnu/packages/text-editors.scm (mg)[source]: Use HTTPS.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 7b9732a..7357df7 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -237,7 +237,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
     (version "20170401")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://homepage.boetes.org/software/mg/mg-";
+              (uri (string-append "https://homepage.boetes.org/software/mg/mg-";
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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