maintainers: drop danbst (#489466)
This commit is contained in:
@@ -45,7 +45,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/reorg/pg_repack";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
mainProgram = "pg_repack";
|
||||
};
|
||||
|
||||
@@ -38,6 +38,6 @@ postgresqlBuildExtension {
|
||||
'';
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user