mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.e2b: add mishushakov to maintainers
Assisted-by: Claude Code (Claude Opus 5)
This commit is contained in:
@@ -91,6 +91,9 @@ buildPythonPackage (finalAttrs: {
|
||||
homepage = "https://github.com/e2b-dev/E2B/blob/main/packages/python-sdk";
|
||||
changelog = "https://github.com/e2b-dev/E2B/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
maintainers = with lib.maintainers; [
|
||||
GaetanLepage
|
||||
mishushakov
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user