Skip to content

Commit

Permalink
fix(build): update npcap link
Browse files Browse the repository at this point in the history
npcap domain has changed from `nmap.org`
to `npcap.com`
  • Loading branch information
Aziks0 committed Apr 10, 2022
1 parent 45503a0 commit 424e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn download_winpcap_sdk() {

let mut reader = Vec::new();
let _res = request::get(
"https://nmap.org/npcap/dist/npcap-sdk-1.05.zip",
"https://npcap.com/dist/npcap-sdk-1.05.zip",
&mut reader,
)
.unwrap();
Expand Down

1 comment on commit 424e96c

@zszep
Copy link

@zszep zszep commented on 424e96c Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does work for me.

Please sign in to comment.