From 520a3b5a12f8a6399a5abfd10c32435b42315a68 Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 21 Sep 2024 18:43:46 -0700 Subject: [PATCH] Add a repository field to fish_printf's manifest --- printf/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"