glow: add changelog meta-attribute

This commit is contained in:
Nicolas Martin 2020-12-25 15:07:12 +01:00
parent 6f400cf290
commit ff42b4ae55
No known key found for this signature in database
GPG key ID: 7B4E6623E5DCCC09

View file

@ -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 ];
};