pgformatter: use compound license

This commit is contained in:
Tom Hunze
2026-05-09 22:16:55 +02:00
parent 4b835e1ec3
commit 6542dad567
+6 -4
View File
@@ -54,10 +54,12 @@ perlPackages.buildPerlPackage rec {
thunze
mfairley
];
license = [
lib.licenses.postgresql
lib.licenses.artistic2
];
license =
with lib.licenses;
AND [
postgresql
artistic2
];
mainProgram = "pg_format";
};
}