pg-dump-anon: modernize

+4 -4
+4 -4
pkgs/by-name/pg/pg-dump-anon/package.nix
··· 13 13 src = fetchFromGitLab { 14 14 owner = "dalibo"; 15 15 repo = "postgresql_anonymizer"; 16 - rev = version; 16 + tag = version; 17 17 hash = "sha256-MGdGvd4P1fFKdd6wnS2V5Tdly6hJlAmSA4TspnO/6Tk="; 18 18 }; 19 19 ··· 29 29 --prefix PATH : ${lib.makeBinPath [ postgresql ]} 30 30 ''; 31 31 32 - meta = with lib; { 32 + meta = { 33 33 description = "Export databases with data being anonymized with the anonymizer extension"; 34 34 homepage = "https://postgresql-anonymizer.readthedocs.io/en/stable/"; 35 - teams = [ teams.flyingcircus ]; 36 - license = licenses.postgresql; 35 + teams = [ lib.teams.flyingcircus ]; 36 + license = lib.licenses.postgresql; 37 37 mainProgram = "pg_dump_anon"; 38 38 }; 39 39 }