python310Packages.crytic-compile: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 17:33:09 +01:00
parent a32dce5274
commit d07819dfdf

View file

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Abstraction layer for smart contract build systems";
homepage = "https://github.com/crytic/crytic-compile";
changelog = "https://github.com/crytic/crytic-compile/releases/tag/${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ SuperSandro2000 arturcygan ];
};