Merge pull request #171884 from SuperSandro2000/editorconfig

python310Packages.editorconfig: adopt, update homepage, fix checkInputs
main
Sandro 2 years ago committed by GitHub
commit 351e21b778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/python-modules/editorconfig/default.nix

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

Loading…
Cancel
Save