From ff42b4ae551db026bf9410f8a3fe55bfb5cfcdff Mon Sep 17 00:00:00 2001 From: Nicolas Martin Date: Fri, 25 Dec 2020 15:07:12 +0100 Subject: [PATCH] glow: add changelog meta-attribute --- pkgs/applications/editors/glow/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/glow/default.nix b/pkgs/applications/editors/glow/default.nix index 462127d0a79..06013b50d63 100644 --- a/pkgs/applications/editors/glow/default.nix +++ b/pkgs/applications/editors/glow/default.nix @@ -20,6 +20,7 @@ buildGoModule rec { meta = with lib; { description = "Render markdown on the CLI, with pizzazz!"; homepage = "https://github.com/charmbracelet/glow"; + changelog = "https://github.com/charmbracelet/glow/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne penguwin ]; };