python310Packages.mwdblib: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-05 00:33:13 +02:00 committed by GitHub
parent c5012f145a
commit 1d18737910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client library for the mwdb service";
homepage = "https://github.com/CERT-Polska/mwdblib";
changelog = "https://github.com/CERT-Polska/mwdblib/releases/tag/v${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};