python310Packages.editorconfig: adopt, update homepage, fix checkInputs

main
Sandro Jäckel 2 years ago
parent 3091ea820f
commit 165a8a6315
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 6
      pkgs/development/python-modules/editorconfig/default.nix

@ -30,7 +30,7 @@ buildPythonPackage rec {
chmod +w -R source/tests chmod +w -R source/tests
''; '';
nativeBuildInputs = [ checkInputs = [
cmake cmake
]; ];
@ -46,8 +46,8 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "EditorConfig File Locator and Interpreter for Python"; description = "EditorConfig File Locator and Interpreter for Python";
homepage = "https://editorconfig.org"; homepage = "https://github.com/editorconfig/editorconfig-core-py";
license = licenses.psfl; license = licenses.psfl;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };
} }

Loading…
Cancel
Save