Skip to content

Commit 73b373a

Browse files
committed
python3Packages.firebase-admin: add sarahec as maintainer
1 parent 5e816b4 commit 73b373a

File tree

1 file changed

+4
-1
lines changed
  • pkgs/development/python-modules/firebase-admin

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/firebase-admin/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ buildPythonPackage rec {
6161
homepage = "https://github.com/firebase/firebase-admin-python";
6262
changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/${src.tag}";
6363
license = lib.licenses.asl20;
64-
maintainers = with lib.maintainers; [ jhahn ];
64+
maintainers = with lib.maintainers; [
65+
jhahn
66+
sarahec
67+
];
6568
};
6669
}

0 commit comments

Comments
 (0)