diff --git a/Cargo.toml b/Cargo.toml index a826f9b..e23c7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,14 @@ name = "convertis" version = "0.1.0" edition = "2024" description = "A file converter program." -license = "MIT" -repository = "https://github.com/ewenlau/convertis" +repository = "https://git.ewenlau.net/ewenlau/convertis" +authors = [ + "Elias Wendland " +] [package.metadata.deb] -maintainer = "Ewen Lau " -copyright = "2026, Ewen Lau" +maintainer = "Elias Wendland " +copyright = "2026, Elias Wendland" extended-description = "A file converter program." depends = "$auto" section = "utility" @@ -24,3 +26,5 @@ clap = { version = "4.6.1", features = ["derive"] } image = "0.25.10" petgraph = "0.8.3" thiserror = "2.0.18" + +