python310Packages.aesedb: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-09 13:24:22 +01:00
parent 974d4d30fe
commit 94f0832a45

View file

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Parser for JET databases";
homepage = "https://github.com/skelsec/aesedb";
changelog = "https://github.com/skelsec/aesedb/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};