aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2020-03-14 00:41:26 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2020-03-14 00:42:23 +0100
commitb61c05c820eb4f2b5b55d7a0f60b895e53d9b861 (patch)
tree3060813ff1b03b5f4051e6a0c7d6e03cb1b26195
parentee413de87d27b7661b45e7dfef6062042c8688e2 (diff)
downloadpw-b61c05c820eb4f2b5b55d7a0f60b895e53d9b861.tar.gz
pw: update Jakub's email address in readme
Not at Netronome anymore, so lets not copy/paste this old email address for PRs. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 25f505d..f847178 100644
--- a/README
+++ b/README
@@ -179,7 +179,7 @@ repository. To generate the PR, simply do:
The resulting file is then edited to describe the changes that the pull-request
contains. It's then sent out same way as other patches through git-send-email:
- $ git send-email --to davem@davemloft.net --cc jakub.kicinski@netronome.com --cc daniel@iogearbox.net --cc ast@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
+ $ git send-email --to davem@davemloft.net --cc kuba@kernel.org --cc daniel@iogearbox.net --cc ast@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
The PR will then show up the usual way in patchwork and assigned to the higher
level maintainer delegate for pulling.