python310Packages.icnsutil: : clean-up meta

- add changelog to meta
This commit is contained in:
Fabian Affolter 2023-05-13 09:26:47 +02:00 committed by GitHub
parent abf376b749
commit 277b020a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,11 @@ buildPythonPackage rec {
${python.interpreter} tests/test_cli.py
'';
meta = {
meta = with lib; {
description = "Create and extract .icns files";
homepage = "https://github.com/relikd/icnsutil";
description = "Create and extract .icns files.";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.reckenrode ];
changelog = "https://github.com/relikd/icnsutil/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ reckenrode ];
};
}