Unverified Commit 0cf4b079 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

postgresqlPackages.pg_anonymizer: fix meta
parents b1504df9 8ec284b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})