summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/elpa.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/elpa.scm b/tests/elpa.scm
index 46c6ac2d75..e6d53c892e 100644
--- a/tests/elpa.scm
+++ b/tests/elpa.scm
@@ -89,7 +89,7 @@ information about package NAME. (Function 'elpa-package-info'.)"
          ('origin
            ('method 'url-fetch)
            ('uri ('string-append
-                  "http://elpa.gnu.org/packages/auctex-" 'version ".tar"))
+                  "https://elpa.gnu.org/packages/auctex-" 'version ".tar"))
            ('sha256 ('base32 (? string? hash)))))
         ('build-system 'emacs-build-system)
         ('home-page "http://www.gnu.org/software/auctex/")