mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xmobar: Use HTTPS home page.
* gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.
This commit is contained in:
parent
fdfe65b74c
commit
680e803d66
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ (define-public xmobar
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue