]> git.r.bdr.sh - rbdr/blog/commitdiff
Add authors 7.0.0
authorRuben Beltran del Rio <redacted>
Wed, 13 Mar 2024 08:57:12 +0000 (09:57 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 13 Mar 2024 08:57:12 +0000 (09:57 +0100)
Cargo.toml

index aa8b8c9000e7e0e292735de2365884e7315676ca..4c2c65298c068fdf2d2dbb8fda7d17ebc54c18b0 100644 (file)
@@ -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 <blog@r.bdr.sh>"]
 
 [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 <blog@r.bdr.sh>"
 assets = [
     ["target/release/blog", "/usr/bin/blog", "755" ],
     ["man/blog.1", "/usr/share/man/man1/blog.1", "644" ],