Browse Source

Cargo.toml: Update author email

Former email is no longer in use, update it with a valid email.
Quentin Monnet 2 years ago
parent
commit
006a502296
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -3,7 +3,7 @@
 # Project metadata
 name = "rbpf"
 version = "0.1.0"
-authors = ["Quentin Monnet <quentin.monnet@netronome.com>"]
+authors = ["Quentin <quentin@isovalent.com>"]
 
 # Additional metadata for packaging
 description = "Virtual machine and JIT compiler for eBPF programs"