Skip to content

Commit 76f70bd

Browse files
committed
chore: fix missing required teams meta attribute
1 parent 72939da commit 76f70bd

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)