summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/libpcap.lorry2
-rw-r--r--open-source-lorries/tcpdump.lorry2
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/libpcap.lorry b/open-source-lorries/libpcap.lorry
index 99c9318..9d9958b 100644
--- a/open-source-lorries/libpcap.lorry
+++ b/open-source-lorries/libpcap.lorry
@@ -1,6 +1,6 @@
{
"libpcap": {
"type": "git",
- "url": "git://bpf.tcpdump.org/libpcap"
+ "url": "https://github.com/the-tcpdump-group/libpcap.git"
}
}
diff --git a/open-source-lorries/tcpdump.lorry b/open-source-lorries/tcpdump.lorry
index d400cd4..82dc3fc 100644
--- a/open-source-lorries/tcpdump.lorry
+++ b/open-source-lorries/tcpdump.lorry
@@ -1,6 +1,6 @@
{
"tcpdump": {
"type": "git",
- "url": "git://bpf.tcpdump.org/tcpdump"
+ "url": "https://github.com/the-tcpdump-group/tcpdump.git"
}
}