fish: add changelog url

This commit is contained in:
Adam Stephens 2024-01-01 12:44:37 -05:00 committed by Cole Helbling
parent af1e902005
commit 70514428af

View File

@ -298,6 +298,7 @@ let
meta = with lib; {
description = "Smart and user-friendly command line shell";
homepage = "https://fishshell.com/";
changelog = "https://github.com/fish-shell/fish-shell/releases/tag/${version}";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ adamcstephens cole-h winter ];