add antoinerg as maintainer of python3Packages.dash-*

wip/yesman
Antoine Roy-Gobeil 4 years ago committed by Jon
parent 2ad6b93ba3
commit a8c36dbb58
  1. 5
      pkgs/development/python-modules/dash-core-components/default.nix
  2. 5
      pkgs/development/python-modules/dash-html-components/default.nix
  3. 5
      pkgs/development/python-modules/dash-renderer/default.nix
  4. 5
      pkgs/development/python-modules/dash-table/default.nix
  5. 3
      pkgs/development/python-modules/dash/default.nix

@ -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…
Cancel
Save