dannym pushed a commit to branch master
in repository guix.

commit 57188b8b05fae65805ba83ded605b8b4e6b53ae1
Author: Simon South <[email protected]>
AuthorDate: Fri Jan 27 15:34:29 2023 -0500

    gnu: nextpnr-ice40: Use HTTPS for source URL.
    
    * gnu/packages/fpga.scm (nextpnr-ice40)[source]: Use HTTPS for URL.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/fpga.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index e69169b980..04ebb07e35 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -292,7 +292,7 @@ Includes the actual FTDI connector.")
         (origin
           (method git-fetch)
           (uri (git-reference
-                 (url "git://github.com/YosysHQ/nextpnr")
+                 (url "https://github.com/YosysHQ/nextpnr";)
                  (commit commit)))
           (file-name (git-file-name name version))
           (sha256

Reply via email to