guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: i3-wm: Use https URLs.


From: Leo Famulari
Subject: 01/03: gnu: i3-wm: Use https URLs.
Date: Fri, 06 May 2016 05:39:05 +0000

lfam pushed a commit to branch master
in repository guix.

commit 8658d403508a9ec63a7f23e3086be49b977799d8
Author: Leo Famulari <address@hidden>
Date:   Fri May 6 01:11:28 2016 -0400

    gnu: i3-wm: Use https URLs.
    
    * gnu/packages/wm.scm (i3-wm)[source]: Use https URL.
    [home-page]: Use https URL.
---
 gnu/packages/wm.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 60842ef..cdd3bde 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -148,7 +148,7 @@ commands would.")
     (version "4.12")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://i3wm.org/downloads/i3-";
+              (uri (string-append "https://i3wm.org/downloads/i3-";
                                   version ".tar.bz2"))
               (sha256
                (base32
@@ -182,7 +182,7 @@ commands would.")
      `(("which" ,which)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://i3wm.org/";)
+    (home-page "https://i3wm.org/";)
     (synopsis "Improved tiling window manager")
     (description "A tiling window manager, completely written
 from scratch.  i3 is primarily targeted at advanced users and



reply via email to

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