python310Packages.mcstatus: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-20 12:03:00 +01:00 committed by GitHub
parent e20d1c56cf
commit f2445f305d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python library for checking the status of Minecraft servers"; description = "Python library for checking the status of Minecraft servers";
homepage = "https://github.com/py-mine/mcstatus"; homepage = "https://github.com/py-mine/mcstatus";
changelog = "https://github.com/py-mine/mcstatus/releases/tag/v${version}";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };