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
commit 5f44782db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ];
};
}

View file

@ -7921,6 +7921,8 @@ in
yank = callPackage ../tools/misc/yank { };
yamllint = with python3Packages; toPythonApplication yamllint;
yaml-merge = callPackage ../tools/text/yaml-merge { };
yeshup = callPackage ../tools/system/yeshup { };