python3Packages.nbclient: add erictapen as maintainer

This commit is contained in:
Kerstin Humm 2021-11-12 17:49:56 +01:00
parent 214033c084
commit 3a30e0b806
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -22,5 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jupyter/nbclient";
description = "A client library for executing notebooks";
license = licenses.bsd3;
maintainers = [ maintainers.erictapen ];
};
}