Loading
postgresqlPackages.anonymizer: fix maintainer pings
Because of `lib.getAttrs`, `postgresqlPackages.anonymizer.meta.teamsPosition` returned the path to `lib/attrsets.nix`. This caused maintainer pings for that file for the maintainers of `postgresqlPackages.anonymizer`. Using regular `inherit` syntax moves the definition of the `teams` attribute in the right file and fixes the maintainer pings.