Skip to content

Commit

Permalink
Cargo.toml: update author's email
Browse files Browse the repository at this point in the history
The author's email address in Cargo.toml is no longer valid. Update it.
  • Loading branch information
qmonnet committed Oct 10, 2018
1 parent 6691d23 commit d401150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Project metadata
name = "rbpf"
version = "0.0.3"
authors = ["Quentin Monnet <quentin.monnet@6wind.com>"]
authors = ["Quentin Monnet <quentin.monnet@netronome.com>"]

# Additional metadata for packaging
description = "Virtual machine and JIT compiler for eBPF programs"
Expand Down

0 comments on commit d401150

Please sign in to comment.