python3Packages.yamllint: add joringer as maintainer
This commit is contained in:
parent
84468b5036
commit
2ff62aa34f
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||||
description = "A linter for YAML files";
|
description = "A linter for YAML files";
|
||||||
homepage = "https://github.com/adrienverge/yamllint";
|
homepage = "https://github.com/adrienverge/yamllint";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ mikefaille ];
|
maintainers = with maintainers; [ jonringer mikefaille ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue