guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: i3status: Use https URLs.


From: Leo Famulari
Subject: 02/03: gnu: i3status: Use https URLs.
Date: Fri, 06 May 2016 05:39:05 +0000

lfam pushed a commit to branch master
in repository guix.

commit fdad1f3c42b73c3ced7fe09fb880cb3989d381c5
Author: Leo Famulari <address@hidden>
Date:   Fri May 6 01:13:11 2016 -0400

    gnu: i3status: Use https URLs.
    
    * gnu/packages/wm.scm (i3status)[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 cdd3bde..da64a6e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -111,7 +111,7 @@ the leaves of a full binary tree.")
     (version "2.9")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://i3wm.org/i3status/i3status-";
+              (uri (string-append "https://i3wm.org/i3status/i3status-";
                                   version ".tar.bz2"))
               (sha256
                (base32
@@ -131,7 +131,7 @@ the leaves of a full binary tree.")
        ("wireless-tools" ,wireless-tools)
        ("libcap" ,libcap)
        ("asciidoc" ,asciidoc)))
-    (home-page "http://i3wm.org/i3status/";)
+    (home-page "https://i3wm.org/i3status/";)
     (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs")
     (description "i3status is a small program for generating a status bar for
 i3bar, dzen2, xmobar or similar programs.  It is designed to be very efficient



reply via email to

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