mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: mg: Fetch source via HTTPS.
* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1a5a8afea0
commit
bcd1544dd2
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ (define-public mg
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue