guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: xmobar: Use HTTPS home page.


From: guix-commits
Subject: 04/06: gnu: xmobar: Use HTTPS home page.
Date: Tue, 10 Mar 2020 07:08:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 680e803d6659dd0a9dcf8e14678a8e2e938d7a6e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:10:10 2020 +0100

    gnu: xmobar: Use HTTPS home page.
    
    * gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8193975..f9b6ef9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -730,7 +730,7 @@ tiled on several screens.")
              (substitute* "test/Xmobar/Plugins/Monitors/AlsaSpec.hs"
                (("/bin/bash") (which "bash")))
              #t)))))
-    (home-page "http://xmobar.org";)
+    (home-page "https://xmobar.org";)
     (synopsis "Minimalistic text based status bar")
     (description
      "@code{xmobar} is a lightweight, text-based, status bar written in



reply via email to

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