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
|
||||
('method 'url-fetch)
|
||||
('uri ('string-append
|
||||
"http://hackage.haskell.org/package/foo/foo-"
|
||||
"https://hackage.haskell.org/package/foo/foo-"
|
||||
'version
|
||||
".tar.gz"))
|
||||
('sha256
|
||||
|
|
Loading…
Reference in New Issue