소스 검색

Cargo.toml: Update author email

Author's email changed again, let's update to something hopefully more
stable.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
Quentin Monnet 9 달 전
부모
커밋
28f3d28c9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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