mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public spacefm
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue