pgformatter: add maintainers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user