diff options
author | Simon South <simon@simonsouth.net> | 2023-01-27 15:34:29 -0500 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-22 12:48:00 +0100 |
commit | 57188b8b05fae65805ba83ded605b8b4e6b53ae1 (patch) | |
tree | 24ad4db47edada1f73d437f43864aa0f18e23aad | |
parent | bdb12d429dbe5d492f1c54c705b24ec23a2b1794 (diff) | |
download | guix-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.scm | 2 |
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 |