gnu: Use HTTPS for xmonad.org home pages.
* gnu/packages/wm.scm (ghc-xmonad-contrib, xmonad)[home-page]: Use HTTPS.
This commit is contained in:
parent
702c0e504a
commit
8c0be00ac0
1 changed files with 2 additions and 2 deletions
|
|
@ -489,7 +489,7 @@ desktop environment.")
|
||||||
Comment=~a~@
|
Comment=~a~@
|
||||||
Exec=~a/bin/xmonad~@
|
Exec=~a/bin/xmonad~@
|
||||||
Type=Application~%" ,name ,synopsis %output)))))))))
|
Type=Application~%" ,name ,synopsis %output)))))))))
|
||||||
(home-page "http://xmonad.org")
|
(home-page "https://xmonad.org")
|
||||||
(description
|
(description
|
||||||
"Xmonad is a tiling window manager for X. Windows are arranged
|
"Xmonad is a tiling window manager for X. Windows are arranged
|
||||||
automatically to tile the screen without gaps or overlap, maximising screen
|
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" ,ghc-x11)
|
||||||
("ghc-x11-xft" ,ghc-x11-xft)
|
("ghc-x11-xft" ,ghc-x11-xft)
|
||||||
("xmonad" ,xmonad)))
|
("xmonad" ,xmonad)))
|
||||||
(home-page "http://xmonad.org")
|
(home-page "https://xmonad.org")
|
||||||
(synopsis "Third party extensions for xmonad")
|
(synopsis "Third party extensions for xmonad")
|
||||||
(description
|
(description
|
||||||
"Third party tiling algorithms, configurations, and scripts to Xmonad, a
|
"Third party tiling algorithms, configurations, and scripts to Xmonad, a
|
||||||
|
|
|
||||||
Reference in a new issue