Merge pull request #297155 from Ma27/fix-pg_anonymizer-meta

postgresqlPackages.pg_anonymizer: fix meta

authored by Maximilian Bosch and committed by GitHub 0cf4b079 b1504df9

+1 -1
+1 -1
pkgs/servers/sql/postgresql/ext/anonymizer.nix
··· 26 EOF 27 ''; 28 29 - 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 ''; 28 29 + 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 })