diff options
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index d8541001d1..72c94c0a3e 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -20,7 +20,7 @@ talpid-ipc = { path = "../talpid-ipc" } libc = "0.2.20" [target.'cfg(target_os = "macos")'.dependencies] -pfctl = { git = "ssh://git@github.com/mullvad/pfctl-rs.git" } +pfctl = { git = "https://github.com/mullvad/pfctl-rs.git" } [dev-dependencies] assert_matches = "1.0" |
