tests: hackage: Fix mock urls.
Followup to 18f7473504
.
* tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.
This commit is contained in:
parent
307347fe1b
commit
7060b28171
|
@ -110,7 +110,7 @@ library
|
||||||
('origin
|
('origin
|
||||||
('method 'url-fetch)
|
('method 'url-fetch)
|
||||||
('uri ('string-append
|
('uri ('string-append
|
||||||
"http://hackage.haskell.org/package/foo/foo-"
|
"https://hackage.haskell.org/package/foo/foo-"
|
||||||
'version
|
'version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
('sha256
|
('sha256
|
||||||
|
|
Loading…
Reference in New Issue