mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mc: Use HTTPS for home page.
* gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.
This commit is contained in:
parent
a1b517f908
commit
10db64e1b0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ (define-public mc
|
|||
(substitute* "misc/ext.d/misc.sh.in"
|
||||
(("/bin/cat") "cat"))
|
||||
#t)))))
|
||||
(home-page "http://www.midnight-commander.org")
|
||||
(home-page "https://www.midnight-commander.org")
|
||||
(synopsis "Graphical file manager")
|
||||
(description
|
||||
"GNU Midnight Commander is a command-line file manager laid out in a
|
||||
|
|
Loading…
Reference in a new issue