visidata: add changelog

This commit is contained in:
Daniel Nagy
2021-02-03 14:50:53 +01:00
parent d2aabe8fed
commit 4af272925e

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";
};
}