pgformatter: add maintainers

This commit is contained in:
Michael Fairley
2026-01-15 11:21:53 -06:00
parent 24c77ae739
commit f19d49727a
+4 -1
View File
@@ -44,7 +44,10 @@ perlPackages.buildPerlPackage rec {
description = "PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI";
homepage = "https://github.com/darold/pgFormatter";
changelog = "https://github.com/darold/pgFormatter/releases/tag/v${version}";
maintainers = [ ];
maintainers = with lib.maintainers; [
thunze
mfairley
];
license = [
lib.licenses.postgresql
lib.licenses.artistic2