mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mg: Use HTTPS home page.
* gnu/packages/text-editors.scm (mg)[home-page]: Use HTTPS.
This commit is contained in:
parent
b11481a542
commit
c3d828855a
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ (define-public mg
|
|||
(doc (string-append out "/share/doc/mg")))
|
||||
(install-file "tutorial" doc)
|
||||
#t))))))
|
||||
(home-page "http://homepage.boetes.org/software/mg/")
|
||||
(home-page "https://homepage.boetes.org/software/mg/")
|
||||
(synopsis "Microscopic GNU Emacs clone")
|
||||
(description
|
||||
"Mg (mg) is a GNU Emacs style editor, with which it is \"broadly\"
|
||||
|
|
Loading…
Reference in a new issue