Skip to content
Snippets Groups Projects
Unverified Commit 10db64e1 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mc: Use HTTPS for home page.

* gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.
parent a1b517f9
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ (define-public mc ...@@ -68,7 +68,7 @@ (define-public mc
(substitute* "misc/ext.d/misc.sh.in" (substitute* "misc/ext.d/misc.sh.in"
(("/bin/cat") "cat")) (("/bin/cat") "cat"))
#t))))) #t)))))
(home-page "http://www.midnight-commander.org") (home-page "https://www.midnight-commander.org")
(synopsis "Graphical file manager") (synopsis "Graphical file manager")
(description (description
"GNU Midnight Commander is a command-line file manager laid out in a "GNU Midnight Commander is a command-line file manager laid out in a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment