guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: hackage: Fix mock urls.


From: Efraim Flashner
Subject: 01/01: tests: hackage: Fix mock urls.
Date: Thu, 1 Sep 2016 11:20:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 7060b28171d217b8091b87b92ee55c15f887e890
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 1 13:40:49 2016 +0300

    tests: hackage: Fix mock urls.
    
    Followup to 18f747350437136b203ef6400176d1fb07b131ea.
    
    * tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.
---
 tests/hackage.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/hackage.scm b/tests/hackage.scm
index d1ebe37..a4de8be 100644
--- a/tests/hackage.scm
+++ b/tests/hackage.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]