diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-08-23 11:25:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-08-23 11:25:17 +0200 |
| commit | 53cbbdcc7f2f587dea7a3de7d4e5970bbbdc5e5b (patch) | |
| tree | ef1fcd7fda8dc2593ca0674d1f46fca9a91c14bd | |
| parent | 3416c0c69d33c3247a7e5687dc6778a18d2a693f (diff) | |
| parent | 729e3d0cda173d40f14b54062a058c79df7db9a8 (diff) | |
| download | mullvadvpn-53cbbdcc7f2f587dea7a3de7d4e5970bbbdc5e5b.tar.xz mullvadvpn-53cbbdcc7f2f587dea7a3de7d4e5970bbbdc5e5b.zip | |
Merge branch 'use-public-pfctl'
| -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" |
