me
/
guix
Archived
1
0
Fork 0

gnu: i3status: Use https URLs.

* gnu/packages/wm.scm (i3status)[source]: Use https URL.
[home-page]: Use https URL.
master
Leo Famulari 2016-05-06 01:13:11 -04:00
parent 8658d40350
commit fdad1f3c42
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ the leaves of a full binary tree.")
(version "2.9")
(source (origin
(method url-fetch)
(uri (string-append "http://i3wm.org/i3status/i3status-"
(uri (string-append "https://i3wm.org/i3status/i3status-"
version ".tar.bz2"))
(sha256
(base32
@ -131,7 +131,7 @@ the leaves of a full binary tree.")
("wireless-tools" ,wireless-tools)
("libcap" ,libcap)
("asciidoc" ,asciidoc)))
(home-page "http://i3wm.org/i3status/")
(home-page "https://i3wm.org/i3status/")
(synopsis "Status bar for i3bar, dzen2, xmobar or similar programs")
(description "i3status is a small program for generating a status bar for
i3bar, dzen2, xmobar or similar programs. It is designed to be very efficient