From a82d0fc3dda78b3f811f0c74b54d75a0033fe6fd Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 13 Mar 2024 09:57:12 +0100 Subject: Add authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa8b8c9..4c2c652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeral™ blog with a gemini archive." homepage = "https://r.bdr.sh/blog.html" +authors = ["Rubén Beltrán del Río "] [dependencies] time = { version = "0.3.34", features = ["macros", "formatting"] } @@ -23,7 +24,6 @@ assets = [ ] [package.metadata.deb] -copyright = "2024, Rubén Beltrán del Río " assets = [ ["target/release/blog", "/usr/bin/blog", "755" ], ["man/blog.1", "/usr/share/man/man1/blog.1", "644" ], -- cgit