From 9c27910f76d7152091973dfe99c37ae448c25541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Sun, 29 Aug 2021 08:07:10 +0000 Subject: [PATCH] aya: update authors and repository link --- aya/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"