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