aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dash-table/default.nix
diff options
context:
space:
mode:
authorAntoine Roy-Gobeil <antoine@plot.ly>2020-01-17 16:57:32 -0500
committerJon <jonringer@users.noreply.github.com>2020-01-21 12:20:15 -0800
commita8c36dbb58bfd407123886be97c7d484a723894f (patch)
treee6d2ffa293b6168300f8558ecd732fedc99461be /pkgs/development/python-modules/dash-table/default.nix
parent2ad6b93ba3cab30baf14870bb813b3a90280f203 (diff)
add antoinerg as maintainer of python3Packages.dash-*
Diffstat (limited to '')
-rw-r--r--pkgs/development/python-modules/dash-table/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dash-table/default.nix b/pkgs/development/python-modules/dash-table/default.nix
index 6c5de8e72708..4a9a6c42ff48 100644
--- a/pkgs/development/python-modules/dash-table/default.nix
+++ b/pkgs/development/python-modules/dash-table/default.nix
@@ -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 ];
};
}