From 434a8734c8294f6226aad6904e1d2a6615fc7d2e Mon Sep 17 00:00:00 2001 From: Peter Schilling Date: Tue, 8 Oct 2024 20:45:33 -0700 Subject: [PATCH] specify a homepage for cargo-dist homebrew --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5958df6..3a87cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = ["Peter Schilling"] repository = "https://github.com/schpet/envset" keywords = ["env", "environment", "dotenv", "cli"] categories = ["command-line-utilities", "config"] +homepage = "https://github.com/schpet/envset" [lib] name = "envset"