python311Packages.yamlloader: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user