python310Packages.mwdblib: add changelog to meta
This commit is contained in:
parent
c5012f145a
commit
1d18737910
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python client library for the mwdb service";
|
description = "Python client library for the mwdb service";
|
||||||
homepage = "https://github.com/CERT-Polska/mwdblib";
|
homepage = "https://github.com/CERT-Polska/mwdblib";
|
||||||
|
changelog = "https://github.com/CERT-Polska/mwdblib/releases/tag/v${version}";
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue