gnu: spacefm: Use HTTPS home page.
* gnu/packages/lxde.scm (spacefm)[home-page]: Use HTTPS.
This commit is contained in:
parent
ce02727bc8
commit
28ee711152
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ with freedesktop.org standard.")
|
||||||
(string-append "--sysconfdir="
|
(string-append "--sysconfdir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc"))))
|
"/etc"))))
|
||||||
(home-page "http://ignorantguru.github.io/spacefm/")
|
(home-page "https://ignorantguru.github.io/spacefm/")
|
||||||
(synopsis "Multi-panel tabbed file manager")
|
(synopsis "Multi-panel tabbed file manager")
|
||||||
(description "SpaceFM is a graphical, 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,
|
based on PCManFM with built-in virtual file system, udev-based device manager,
|
||||||
|
|
Reference in a new issue