guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: Use HTTPS for xmonad.org home pages.


From: Tobias Geerinckx-Rice
Subject: 04/08: gnu: Use HTTPS for xmonad.org home pages.
Date: Thu, 9 Aug 2018 20:19:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c0be00ac04ec82fe2d13e92d0e5dda7ff018d5d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 10 00:29:33 2018 +0200

    gnu: Use HTTPS for xmonad.org home pages.
    
    * gnu/packages/wm.scm (ghc-xmonad-contrib, xmonad)[home-page]: Use
    HTTPS.
---
 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 a076cbb..23460e7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -489,7 +489,7 @@ desktop environment.")
                     Comment=~a~@
                     Exec=~a/bin/xmonad~@
                     Type=Application~%" ,name ,synopsis %output)))))))))
-    (home-page "http://xmonad.org";)
+    (home-page "https://xmonad.org";)
     (description
      "Xmonad is a tiling window manager for X.  Windows are arranged
 automatically to tile the screen without gaps or overlap, maximising screen
@@ -566,7 +566,7 @@ Haskell, no knowledge of the language is required to 
install and use it.")
        ("ghc-x11" ,ghc-x11)
        ("ghc-x11-xft" ,ghc-x11-xft)
        ("xmonad" ,xmonad)))
-    (home-page "http://xmonad.org";)
+    (home-page "https://xmonad.org";)
     (synopsis "Third party extensions for xmonad")
     (description
      "Third party tiling algorithms, configurations, and scripts to Xmonad, a



reply via email to

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