fish: add changelog url

This commit is contained in:
Adam Stephens
2024-01-02 07:40:58 -08:00
committed by Cole Helbling
parent af1e902005
commit 70514428af
+1
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 ];