starship: add downloadPage and changelog

This commit is contained in:
awwpotato
2025-04-16 18:18:07 -07:00
parent d1b988602f
commit 2e5c1ceaf2
+2
View File
@@ -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