From 2e5c1ceaf21b0208331ecebb950096409178d6e9 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Wed, 16 Apr 2025 18:18:07 -0700 Subject: [PATCH] starship: add downloadPage and changelog --- pkgs/tools/misc/starship/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/starship/default.nix b/pkgs/tools/misc/starship/default.nix index f9ec9bbc17ff..152b51df10c1 100644 --- a/pkgs/tools/misc/starship/default.nix +++ b/pkgs/tools/misc/starship/default.nix @@ -73,6 +73,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Minimal, blazing fast, and extremely customizable prompt for any shell"; homepage = "https://starship.rs"; + downloadPage = "https://github.com/starship/starship"; + changelog = "https://github.com/starship/starship/releases/tag/v${finalAttrs.version}"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ danth