diff options
| author | Adam Stephens <adam@valkor.net> | 2024-01-01 12:44:37 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-02 17:27:56 +0000 |
| commit | 3536d4adeed041e6b6ab596e33ec0d4e1e1b44bf (patch) | |
| tree | 913f85ec62758d6f033a6d2017688f6277d3c4f9 | |
| parent | fish: add adamcstephens as maintainer (diff) | |
| download | nixpkgs-3536d4adeed041e6b6ab596e33ec0d4e1e1b44bf.tar.gz | |
fish: add changelog urlorigin/backport-278159-to-release-23.11
(cherry picked from commit 9d7aa349df459d0b00dd31e5c5cc8420312e630e)
| -rw-r--r-- | pkgs/shells/fish/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index fe8cd39b0f12..3703644a73ae 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -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 ]; |
