Merge pull request #93078 from jonringer/expose-yamllint

yamllint: add top-level attribute
This commit is contained in:
Maximilian Bosch
2020-07-13 22:52:06 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "A linter for YAML files";
homepage = "https://github.com/adrienverge/yamllint";
license = licenses.gpl3;
maintainers = with maintainers; [ mikefaille ];
maintainers = with maintainers; [ jonringer mikefaille ];
};
}