visidata: add changelog

This commit is contained in:
Daniel Nagy 2021-02-03 14:50:53 +01:00
parent d2aabe8fed
commit 4af272925e
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -46,5 +46,6 @@ buildPythonApplication rec {
maintainers = [ lib.maintainers.raskin ];
platforms = with lib.platforms; linux ++ darwin;
homepage = "http://visidata.org/";
changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md";
};
}