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
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A dash component starter pack";
|
description = "A dash component starter pack";
|
||||||
homepage = https://dash.plot.ly/dash-core-components;
|
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
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "HTML components for Dash";
|
description = "HTML components for Dash";
|
||||||
homepage = https://dash.plot.ly/dash-html-components;
|
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
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Renderer for the Dash framework";
|
description = "Renderer for the Dash framework";
|
||||||
homepage = https://dash.plot.ly/;
|
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
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A First-Class Interactive DataTable for Dash";
|
description = "A First-Class Interactive DataTable for Dash";
|
||||||
homepage = https://dash.plot.ly/datatable;
|
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; {
|
meta = with lib; {
|
||||||
description = "Python framework for building analytical web applications";
|
description = "Python framework for building analytical web applications";
|
||||||
homepage = https://dash.plot.ly/;
|
homepage = https://dash.plot.ly/;
|
||||||
license = with lib.licenses; [ mit ];
|
license = licenses.mit;
|
||||||
|
maintainers = [ maintainers.antoinerg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user