diff --git a/printf/Cargo.toml b/printf/Cargo.toml index cd77d585e..73f574617 100644 --- a/printf/Cargo.toml +++ b/printf/Cargo.toml @@ -2,6 +2,7 @@ name = "fish-printf" edition = "2021" version = "0.2.0" +repository = "https://github.com/fish-shell/fish-shell" description = "printf implementation, based on musl" license = "MIT"