forked from mirrors/nixpkgs
add antoinerg as maintainer of python3Packages.dash-*
This commit is contained in:
parent
2ad6b93ba3
commit
a8c36dbb58
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue