Loading pkgs/development/python-modules/psd-tools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/development/python-modules/psd-tools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; }