nixos/postgresql: align maintainers with postgresql package

This commit is contained in:
Wolfgang Walther 2025-05-02 14:37:21 +02:00
parent 926b3601ce
commit c119848700
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -894,8 +894,5 @@ in
};
meta.doc = ./postgresql.md;
meta.maintainers = with lib.maintainers; [
thoughtpolice
danbst
];
meta.maintainers = pkgs.postgresql.meta.maintainers;
}