summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:32:12 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commit7d01c2176242ee3c5085cd96af6bfb27a33de325 (patch)
tree712595536634ea272dd2562d9296f1e2a8d70c49
parentd2a28f5ee60155ec6572ffe7440bd226cf225f5a (diff)
downloadlorries-7d01c2176242ee3c5085cd96af6bfb27a33de325.tar.gz
Update URLs for tcpdump repositories
The canonical repositories for libpcap and tcpdump are now on GitHub.
-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"
}
}