diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-06 01:11:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-06 01:29:56 -0400 |
commit | 8658d403508a9ec63a7f23e3086be49b977799d8 (patch) | |
tree | e726864cd5bd498f20c3098d992a0bd1d5efbd9b /gnu/packages/wm.scm | |
parent | 52ad9cb60efd28e70c29a9e70a94cc20af6860bc (diff) | |
download | patches-8658d403508a9ec63a7f23e3086be49b977799d8.tar patches-8658d403508a9ec63a7f23e3086be49b977799d8.tar.gz |
gnu: i3-wm: Use https URLs.
* gnu/packages/wm.scm (i3-wm)[source]: Use https URL.
[home-page]: Use https URL.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 60842efab2..cdd3bde14b 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -148,7 +148,7 @@ commands would.") (version "4.12") (source (origin (method url-fetch) - (uri (string-append "http://i3wm.org/downloads/i3-" + (uri (string-append "https://i3wm.org/downloads/i3-" version ".tar.bz2")) (sha256 (base32 @@ -182,7 +182,7 @@ commands would.") `(("which" ,which) ("perl" ,perl) ("pkg-config" ,pkg-config))) - (home-page "http://i3wm.org/") + (home-page "https://i3wm.org/") (synopsis "Improved tiling window manager") (description "A tiling window manager, completely written from scratch. i3 is primarily targeted at advanced users and |