aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2023-01-27 15:34:29 -0500
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-22 12:48:00 +0100
commit57188b8b05fae65805ba83ded605b8b4e6b53ae1 (patch)
tree24ad4db47edada1f73d437f43864aa0f18e23aad
parentbdb12d429dbe5d492f1c54c705b24ec23a2b1794 (diff)
downloadguix-57188b8b05fae65805ba83ded605b8b4e6b53ae1.tar.gz
guix-57188b8b05fae65805ba83ded605b8b4e6b53ae1.zip
gnu: nextpnr-ice40: Use HTTPS for source URL.
* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Use HTTPS for URL. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
-rw-r--r--gnu/packages/fpga.scm2
1 files changed, 1 insertions, 1 deletions
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