guix-patches
[Top][All Lists]
Advanced

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

[bug#60695] [PATCH v2 4/9] gnu: nextpnr-ice40: Use HTTPS for source URL.


From: Simon South
Subject: [bug#60695] [PATCH v2 4/9] gnu: nextpnr-ice40: Use HTTPS for source URL.
Date: Fri, 27 Jan 2023 15:34:29 -0500

* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Use HTTPS for URL.
---
 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 45cf0e74cf..bf5ce0e516 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -253,7 +253,7 @@ (define-public nextpnr-ice40
         (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
-- 
2.38.1






reply via email to

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