From 34eb62dd7a83cc6a7d5da8f4d2ba17be8779afbe Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Fri, 14 Jun 2024 09:19:50 +0200 Subject: [PATCH] python3Packages.nbclassic: remove elohmeier as maintainer --- pkgs/development/python-modules/nbclassic/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/nbclassic/default.nix b/pkgs/development/python-modules/nbclassic/default.nix index 71cf418e13a2..6ac18bef5937 100644 --- a/pkgs/development/python-modules/nbclassic/default.nix +++ b/pkgs/development/python-modules/nbclassic/default.nix @@ -54,6 +54,5 @@ buildPythonPackage rec { description = "Jupyter lab environment notebook server extension"; homepage = "https://github.com/jupyter/nbclassic"; license = with licenses; [ bsd3 ]; - maintainers = with maintainers; [ elohmeier ]; }; }