gnu: xmobar: Use HTTPS home page.
* gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.master
parent
fdfe65b74c
commit
680e803d66
|
@ -730,7 +730,7 @@ tiled on several screens.")
|
||||||
(substitute* "test/Xmobar/Plugins/Monitors/AlsaSpec.hs"
|
(substitute* "test/Xmobar/Plugins/Monitors/AlsaSpec.hs"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://xmobar.org")
|
(home-page "https://xmobar.org")
|
||||||
(synopsis "Minimalistic text based status bar")
|
(synopsis "Minimalistic text based status bar")
|
||||||
(description
|
(description
|
||||||
"@code{xmobar} is a lightweight, text-based, status bar written in
|
"@code{xmobar} is a lightweight, text-based, status bar written in
|
||||||
|
|
Reference in New Issue