summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2022-05-18 09:32:11 +0200
committerDirkjan Ochtman <dirkjan@ochtman.nl>2022-05-18 09:52:33 +0200
commitc6dcb4c0c63caf503bff80f07182ded0426107ed (patch)
treed6955492493587ce02ba0ffa840fd48268c870ef
parenta80fff5654989f9946ce22878128b04a23033b5b (diff)
Remove authors from Cargo metadata (see RFC 3052)v/0.20.6
-rw-r--r--rustls/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 7ee8bfab..8ba7df39 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -2,7 +2,6 @@
name = "rustls"
version = "0.20.6"
edition = "2018"
-authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "../README.md"
description = "Rustls is a modern TLS library written in Rust."