Merge pull request #93078 from jonringer/expose-yamllint
yamllint: add top-level attribute
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user