import: elpa: Adjust test for HTTPS URLs.

This is a followup to 44dd3d579d.

* tests/elpa.scm (eval-test-with-elpa): Use https.
This commit is contained in:
Ludovic Courtès 2018-03-18 22:25:54 +01:00
parent 14f2105dc6
commit e5425ed950
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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/")