visidata: add changelog

This commit is contained in:
Daniel Nagy
2021-04-01 17:59:46 +02:00
parent d2aabe8fed
commit 4af272925e
@@ -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";
};
}