teams/apm: drop

This commit is contained in:
Wolfgang Walther
2026-01-11 20:31:08 +01:00
parent 1013c55da3
commit 111c253cef
7 changed files with 24 additions and 16 deletions
@@ -44,7 +44,10 @@ postgresqlBuildExtension (finalAttrs: {
homepage = "https://github.com/nmandery/pg_byteamagic";
changelog = "https://raw.githubusercontent.com/nmandery/pg_byteamagic/refs/tags/v${finalAttrs.version}/Changes";
license = lib.licenses.bsd2WithViews;
teams = [ lib.teams.apm ];
maintainers = with lib.maintainers; [
DutchGerman
friedow
];
platforms = postgresql.meta.platforms;
};
})