From: Ben Pfaff Date: Mon, 6 Oct 2025 01:10:13 +0000 (-0700) Subject: rust: Fix author in Cargo.toml in paper-sizes crate. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f83300c839bdd1224504eb94313b51fee0628d;p=pspp rust: Fix author in Cargo.toml in paper-sizes crate. --- diff --git a/rust/paper-sizes/Cargo.toml b/rust/paper-sizes/Cargo.toml index fad5d5262b..88c8d94f69 100644 --- a/rust/paper-sizes/Cargo.toml +++ b/rust/paper-sizes/Cargo.toml @@ -3,7 +3,7 @@ name = "paper-sizes" version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0 OR LGPL-2.1-or-later" -author = "Ben Pfaff" +authors = [ "Ben Pfaff" ] description = "Detects paper sizes and defaults" [dependencies]