aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 23:10:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 12:06:51 +0100
commit680e803d6659dd0a9dcf8e14678a8e2e938d7a6e (patch)
tree9919e8d19e82f9863eb84ad4b30274a2df042f37 /gnu/packages
parentfdfe65b74c8f076f2736456a0cb1a99939adda1e (diff)
downloadguix-680e803d6659dd0a9dcf8e14678a8e2e938d7a6e.tar.gz
guix-680e803d6659dd0a9dcf8e14678a8e2e938d7a6e.zip
gnu: xmobar: Use HTTPS home page.
* gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8193975555..f9b6ef9880 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -730,7 +730,7 @@ tiled on several screens.")
(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
> 2018-03-29gnu: Refactor boot-service-type and activation-service-type....Chris Marusich 2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès 2017-12-17services: cleanup: Remove "/run/udev/watch.old" directory....Danny Milosavljevic 2017-11-08services: Add 'lookup-service-types'....Ludovic Courtès 2017-11-08services: 'fold-service-types' includes (gnu services)....Ludovic Courtès 2017-11-08services: 'fold-service-types' honors its seed....Ludovic Courtès 2017-10-22gexp: Add 'directory-union'....Ludovic Courtès 2017-10-22gexp: Add 'file-union'....Ludovic Courtès 2017-10-12services: cleanup: Remove Shadow lock files from /etc....Ludovic Courtès 2017-09-22services: network-manager: Add support for VPN plug-ins....Ludovic Courtès 2017-09-16services: Add 'fold-service-types'....Ludovic Courtès 2017-09-16services: Add a description and location for each service type....Ludovic Courtès