guix-patches
[Top][All Lists]
Advanced

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

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


From: Simon South
Subject: [bug#60695] [PATCH 4/9] gnu: nextpnr-ice40: Use HTTPS for source URL.
Date: Mon, 9 Jan 2023 14:25:58 -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 acce5f8f82..0924c34e0c 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -283,7 +283,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]