Skip to content

Commit

Permalink
Merge pull request #297155 from Ma27/fix-pg_anonymizer-meta
Browse files Browse the repository at this point in the history
postgresqlPackages.pg_anonymizer: fix meta
  • Loading branch information
Ma27 committed Mar 22, 2024
2 parents b1504df + 8ec284b commit 0cf4b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/ext/anonymizer.nix
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
EOF
'';

meta = pg-dump-anon.meta // {
meta = lib.getAttrs [ "homepage" "maintainers" "license" ] pg-dump-anon.meta // {
description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
};
})

0 comments on commit 0cf4b07

Please sign in to comment.