Browse Source

aya: update authors and repository link

Alessandro Decina 3 years ago
parent
commit
9c27910f76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      aya/Cargo.toml

+ 2 - 2
aya/Cargo.toml

@@ -4,8 +4,8 @@ version = "0.10.3"
 description = "An eBPF library with a focus on developer experience and operability."
 keywords = ["ebpf", "bpf", "linux", "kernel"]
 license = "MIT OR Apache-2.0"
-authors = ["Alessandro Decina <[email protected]>"]
-repository = "https://github.com/alessandrod/aya"
+authors = ["The Aya Contributors"]
+repository = "https://github.com/aya-rs/aya"
 readme = "README.md"
 documentation = "https://docs.rs/aya"
 edition = "2018"