summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-10 00:29:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-10 01:44:02 +0200
commit8c0be00ac04ec82fe2d13e92d0e5dda7ff018d5d (patch)
treea7ef77e8d4110a7801564938809276cbca9364e0 /gnu/packages/wm.scm
parent702c0e504ae2bc6c35cd6d6bec9026165da14ca5 (diff)
downloadgnu-guix-8c0be00ac04ec82fe2d13e92d0e5dda7ff018d5d.tar
gnu-guix-8c0be00ac04ec82fe2d13e92d0e5dda7ff018d5d.tar.gz
gnu: Use HTTPS for xmonad.org home pages.
* gnu/packages/wm.scm (ghc-xmonad-contrib, xmonad)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a076cbbb1d..23460e71ff 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