python3Packages.psd-tools: Modernize derivation
This commit is contained in:
@@ -54,12 +54,12 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "psd_tools" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Python package for reading Adobe Photoshop PSD files";
|
||||
mainProgram = "psd-tools";
|
||||
homepage = "https://github.com/kmike/psd-tools";
|
||||
changelog = "https://github.com/psd-tools/psd-tools/blob/${src.tag}/CHANGES.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user