From f6eeff77c9001c87880680f71f041f4ce1b36d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 4 Nov 2022 15:32:21 +0100 Subject: [PATCH] Add Nitrokey to authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39885b1..c4984d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "piv-authenticator" version = "0.0.0-unreleased" -authors = ["Nicolas Stalder "] +authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/solokeys/piv-authenticator"