python310Packages.send2trash: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 09:59:22 +01:00 committed by Martin Weinelt
parent bf960201d0
commit 61fd991e62

View File

@ -43,6 +43,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Send file to trash natively under macOS, Windows and Linux";
homepage = "https://github.com/hsoft/send2trash";
changelog = "https://github.com/arsenetar/send2trash/blob/${version}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};
}