Loading pkgs/by-name/pg/pgformatter/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/pg/pgformatter/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading