python310Packages.editorconfig: adopt, update homepage, fix checkInputs

This commit is contained in:
Sandro Jäckel 2022-05-07 00:57:58 +02:00
parent 3091ea820f
commit 165a8a6315
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 ];
};
}