We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e816b4 commit 73b373aCopy full SHA for 73b373a
pkgs/development/python-modules/firebase-admin/default.nix
@@ -61,6 +61,9 @@ buildPythonPackage rec {
61
homepage = "https://github.com/firebase/firebase-admin-python";
62
changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/${src.tag}";
63
license = lib.licenses.asl20;
64
- maintainers = with lib.maintainers; [ jhahn ];
+ maintainers = with lib.maintainers; [
65
+ jhahn
66
+ sarahec
67
+ ];
68
};
69
}
0 commit comments