gnu: i3-wm: Use https URLs.
* gnu/packages/wm.scm (i3-wm)[source]: Use https URL. [home-page]: Use https URL.
This commit is contained in:
parent
52ad9cb60e
commit
8658d40350
|
@ -148,7 +148,7 @@ commands would.")
|
||||||
(version "4.12")
|
(version "4.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://i3wm.org/downloads/i3-"
|
(uri (string-append "https://i3wm.org/downloads/i3-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -182,7 +182,7 @@ commands would.")
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://i3wm.org/")
|
(home-page "https://i3wm.org/")
|
||||||
(synopsis "Improved tiling window manager")
|
(synopsis "Improved tiling window manager")
|
||||||
(description "A tiling window manager, completely written
|
(description "A tiling window manager, completely written
|
||||||
from scratch. i3 is primarily targeted at advanced users and
|
from scratch. i3 is primarily targeted at advanced users and
|
||||||
|
|
Loading…
Reference in New Issue