Merge pull request #171884 from SuperSandro2000/editorconfig
python310Packages.editorconfig: adopt, update homepage, fix checkInputs
This commit is contained in:
commit
351e21b778
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue