gnu: mc: Use HTTPS for home page.
* gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.master
parent
a1b517f908
commit
10db64e1b0
|
@ -68,7 +68,7 @@
|
|||
(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
|
||||
|
|
Reference in New Issue