Skip to content

Commit be44ca1

Browse files
jfrochesamrose
authored andcommitted
chore: fix missing required teams meta attribute
1 parent f3dcae3 commit be44ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/postgresql/generic.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ let
331331
description = "Powerful, open source object-relational database system";
332332
license = licenses.postgresql;
333333
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
334+
teams = [ ];
334335
maintainers = with maintainers; [
335336
thoughtpolice
336337
danbst

0 commit comments

Comments
 (0)