python310Packages.niapy: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-21 17:29:04 +01:00 committed by GitHub
parent d1f7cd2808
commit 7ed6d28f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Micro framework for building nature-inspired algorithms";
homepage = "https://niapy.org/";
changelog = "https://github.com/NiaOrg/NiaPy/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};