diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 4db6a0de..d79de438 100644 --- a/aya/Cargo.toml +++ b/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 "] -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"