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

postgresqlPackages.anonymizer: update description

parent 0cdaede1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  meta = pg-dump-anon.meta // {
    description = "postgresql_anonymizer is an extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database.";
    description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
  };
})