3
0
Fork 0
forked from mirrors/nixpkgs

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 ];
};
}

View file

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

View file

@ -15,9 +15,10 @@ buildPythonPackage rec {
# No tests in archive
doCheck = false;
meta = {
meta = with lib; {
description = "Renderer for the Dash framework";
homepage = https://dash.plot.ly/;
license = with lib.licenses; [ mit ];
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};
}

View file

@ -15,9 +15,10 @@ buildPythonPackage rec {
# No tests in archive
doCheck = false;
meta = {
meta = with lib; {
description = "A First-Class Interactive DataTable for Dash";
homepage = https://dash.plot.ly/datatable;
license = with lib.licenses; [ mit ];
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};
}

View file

@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python framework for building analytical web applications";
homepage = https://dash.plot.ly/;
license = with lib.licenses; [ mit ];
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};
}