python311Packages.yamlloader: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-10 08:51:08 +02:00
committed by GitHub
parent 33fb8587b0
commit 1f590af652
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A case-insensitive list for Python";
homepage = "https://github.com/Phynix/yamlloader";
changelog = "https://github.com/Phynix/yamlloader/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
};