diff --git a/Cargo.toml b/Cargo.toml index 253daa0..8be3e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,10 @@ name = "subtytle" version = "0.1.0" edition = "2021" -license = "AGPL-3.0" +license = "MIT" keywords = ["subtitle", "srt", "ass"] description = "A library to work with the .ASS format" +repository = "https://git.4o1x5.dev/4o1x5/subtytle" authors = ["4o1x5 <4o1x5@4o1x5.dev>"] diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md