summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython
diff options
context:
space:
mode:
authorFernando Rodrigues <alpha@sigmasquadron.net>2025-04-20 23:33:11 -0300
committerFernando Rodrigues <alpha@sigmasquadron.net>2025-04-25 22:20:17 -0300
commit05580f4b4433fda48fff30f60dfd303d6ee05d21 (patch)
treee45452d454bcf825c950425d504682bd58edeac5 /pkgs/development/python-modules/ipython
parent0587bb087781334c0881ef540b7d5f690ead86fa (diff)
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Diffstat (limited to 'pkgs/development/python-modules/ipython')
-rw-r--r--pkgs/development/python-modules/ipython/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix
index 596dcade0109..7f6365975198 100644
--- a/pkgs/development/python-modules/ipython/default.nix
+++ b/pkgs/development/python-modules/ipython/default.nix
@@ -125,6 +125,7 @@ buildPythonPackage rec {
homepage = "https://ipython.org/";
changelog = "https://github.com/ipython/ipython/blob/${version}/docs/source/whatsnew/version${lib.versions.major version}.rst";
license = licenses.bsd3;
- maintainers = with maintainers; [ bjornfor ] ++ teams.jupyter.members;
+ maintainers = with maintainers; [ bjornfor ];
+ teams = [ teams.jupyter ];
};
}