From b6b0f82d686f2a880dd9109ce164483ae2810c6f Mon Sep 17 00:00:00 2001 From: Maarten Aertsen Date: Fri, 22 Sep 2023 13:52:20 +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 9069b97..ba157ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rtrtr" version = "0.2.3-dev" edition = "2018" -authors = ["The NLnet Labs RPKI Team "] +authors = ["NLnet Labs "] description = "A versatile tool for managing route filters" repository = "https://github.com/NLnetLabs/rtrtr" keywords = ["rpki", "routing-security", "bgp"]