Skip to content

Commit d8ee2de

Browse files
committed
Fixup: use https
1 parent f4654e4 commit d8ee2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/headsail-bsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ riscv-peripheral = { version = "0.1.0", optional = true }
3535
riscv-pac = { version = "0.1.1", optional = true }
3636
good_memory_allocator = { version = "0.1.7", optional = true }
3737
bit_field = "0.10.2"
38-
headsail-sysctrl-pac = { git = "ssh://git@github.com/soc-hub-fi/headsail-pac", version = "0.1.1", optional = true }
39-
headsail-hpc-pac = { git = "ssh://git@github.com/soc-hub-fi/headsail-pac", version = "0.1.1", optional = true }
38+
headsail-sysctrl-pac = { git = "https://github.com/soc-hub-fi/headsail-pac", version = "0.1.1", optional = true }
39+
headsail-hpc-pac = { git = "https://github.com/soc-hub-fi/headsail-pac", version = "0.1.1", optional = true }
4040

4141
[[example]]
4242
name = "panic"

0 commit comments

Comments
 (0)