add antoinerg as maintainer of python3Packages.dash-*

This commit is contained in:
Antoine Roy-Gobeil
2020-01-17 16:57:32 -05:00
committed by Jon
parent 2ad6b93ba3
commit a8c36dbb58
5 changed files with 14 additions and 9 deletions

View File

@@ -15,9 +15,10 @@ buildPythonPackage rec {
# No tests in archive
doCheck = false;
meta = {
meta = with lib; {
description = "A dash component starter pack";
homepage = https://dash.plot.ly/dash-core-components;
license = with lib.licenses; [ mit ];
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};
}