diff options
| author | ng0 | 2017-07-26 14:22:54 +0000 |
|---|---|---|
| committer | Ludovic Courtès | 2017-07-26 23:13:52 +0200 |
| commit | bcd1544dd27a17fd554e297cd8672231d7488c98 (patch) | |
| tree | dbe771375837dc2a6b27c47559c1949558c7862e /gnu/packages | |
| parent | 1a5a8afea0c09d98b8db87dba4955209d8786249 (diff) | |
gnu: mg: Fetch source via HTTPS.
* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -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 7b9732ab8..7357df7fb 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -237,7 +237,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (version "20170401") (source (origin (method url-fetch) - (uri (string-append "http://homepage.boetes.org/software/mg/mg-" + (uri (string-append "https://homepage.boetes.org/software/mg/mg-" version ".tar.gz")) (sha256 (base32 |