gnu: libedit: Download over HTTPS.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 29 Oct 2019 23:18:49 +0000 (00:18 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 30 Oct 2019 03:28:58 +0000 (04:28 +0100)
* gnu/packages/libedit.scm (libedit)[source]: Use HTTPS.

gnu/packages/libedit.scm

index a0a2cc6..37638a2 100644 (file)
@@ -33,7 +33,7 @@
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://thrysoee.dk/editline"
+      (uri (string-append "https://thrysoee.dk/editline"
                           "/libedit-" version ".tar.gz"))
       (sha256
        (base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))