diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-04-15 21:09:24 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-04-15 21:09:24 -0700 |
commit | 8e6ada81e6e5463d443190a266e184be8c67de56 (patch) | |
tree | a51553d5c1f2743e2d06e2f79eaa5ba11e0f1d42 /README | |
parent | e3591424ed82947e1fe791958ca917850948a370 (diff) | |
download | tcpdump-8e6ada81e6e5463d443190a266e184be8c67de56.tar.gz |
Point people to the the-tcpdump-group repositories, not the mcr repositories.
We've created a the-tcpdump-group organization on GitHub, and created
repositories for libpcap and tcpdump, owned by them. Those are now the
"official" GitHub locations for repositories from which to clone or
against which to file issues/pull requests.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ Version 4.x.y of TCPDUMP can be retrieved with the CVS tag "tcpdump_4_xrely": Please submit patches by forking the branch on GitHub at - http://github.com/mcr/tcpdump/tree/master + http://github.com/the-tcpdump-group/tcpdump/tree/master and issuing a pull request. @@ -74,12 +74,12 @@ to the address "tcpdump-workers@lists.tcpdump.org". Bugs, support requests, and feature requests may also be submitted on the GitHub issue tracker for tcpdump at - https://github.com/mcr/tcpdump/issues + https://github.com/the-tcpdump-group/tcpdump/issues Source code contributions, etc. should be sent to the email address above or submitted by forking the branch on GitHub at - http://github.com/mcr/tcpdump/tree/master + http://github.com/the-tcpdump-group/tcpdump/tree/master and issuing a pull request. |