···26 EOF
27 '';
2829- meta = pg-dump-anon.meta // {
30 description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
31 };
32})
···26 EOF
27 '';
2829+ meta = lib.getAttrs [ "homepage" "maintainers" "license" ] pg-dump-anon.meta // {
30 description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
31 };
32})