diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-06 21:02:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 15:37:11 +0100 |
commit | c3d828855ade0d9742754339f5683ca1317baa19 (patch) | |
tree | ef92ad410f19316f740c6ba0bab508886ab68f97 /gnu | |
parent | b11481a5428ce04da690735b24cf7fa0e994c263 (diff) | |
download | guix-c3d828855ade0d9742754339f5683ca1317baa19.tar guix-c3d828855ade0d9742754339f5683ca1317baa19.tar.gz |
gnu: mg: Use HTTPS home page.
* gnu/packages/text-editors.scm (mg)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 64f13dd998..f1ccab9af9 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -283,7 +283,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (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\" |