diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:11:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-12 04:44:22 +0100 |
commit | 28ee711152f04dc1fa049f15adafe7b10d1b7628 (patch) | |
tree | 96567c2ca7b4084d5c103275f7a6c5db5e03ac25 /gnu/packages/lxde.scm | |
parent | ce02727bc823c33d70ef7269e31d692b409958de (diff) | |
download | guix-28ee711152f04dc1fa049f15adafe7b10d1b7628.tar guix-28ee711152f04dc1fa049f15adafe7b10d1b7628.tar.gz |
gnu: spacefm: Use HTTPS home page.
* gnu/packages/lxde.scm (spacefm)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r-- | gnu/packages/lxde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 5c5e70ff56..dac2ef6d24 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -281,7 +281,7 @@ with freedesktop.org standard.") (string-append "--sysconfdir=" (assoc-ref %outputs "out") "/etc")))) - (home-page "http://ignorantguru.github.io/spacefm/") + (home-page "https://ignorantguru.github.io/spacefm/") (synopsis "Multi-panel tabbed file manager") (description "SpaceFM is a graphical, multi-panel, tabbed file manager based on PCManFM with built-in virtual file system, udev-based device manager, |