From 636323725f30674fc78f716816a98ca1cf647c69 Mon Sep 17 00:00:00 2001 From: Maarten Aertsen Date: Fri, 22 Sep 2023 14:03:28 +0200 Subject: [PATCH] Normalize author field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e4f9bd6..8ce48814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "routecore" version = "0.4.0-dev" -authors = ["The NLnet Labs RPKI team "] +authors = ["NLnet Labs "] categories = ["network-programming"] description = "A Library with Building Blocks for BGP Routing" documentation = "https://docs.rs/routecore/"