treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
@@ -29,7 +29,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
|
||||
passthru.tests = nixosTests.postgresql.anonymizer.passthru.override postgresql;
|
||||
|
||||
meta = lib.getAttrs [ "homepage" "maintainers" "license" ] pg-dump-anon.meta // {
|
||||
meta = lib.getAttrs [ "homepage" "teams" "license" ] pg-dump-anon.meta // {
|
||||
description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,7 +44,7 @@ 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;
|
||||
maintainers = lib.teams.apm.members;
|
||||
teams = [ lib.teams.apm ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,7 +30,8 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
description = "PostgreSQL/PostGIS extension that provides geospatial routing functionality";
|
||||
homepage = "https://pgrouting.org/";
|
||||
changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; lib.teams.geospatial.members ++ [ steve-chavez ];
|
||||
maintainers = with lib.maintainers; [ steve-chavez ];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
||||
@@ -65,7 +65,7 @@ buildPgrxExtension (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/timescale/pgvectorscale";
|
||||
maintainers = lib.teams.flyingcircus.members;
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
description = "Complement to pgvector for high performance, cost efficient vector search on large workloads";
|
||||
license = lib.licenses.postgresql;
|
||||
platforms = postgresql.meta.platforms;
|
||||
|
||||
@@ -33,7 +33,7 @@ let
|
||||
homepage
|
||||
license
|
||||
changelog
|
||||
maintainers
|
||||
teams
|
||||
platforms
|
||||
;
|
||||
description = "PL/Perl - Perl Procedural Language";
|
||||
|
||||
@@ -33,7 +33,7 @@ let
|
||||
homepage
|
||||
license
|
||||
changelog
|
||||
maintainers
|
||||
teams
|
||||
platforms
|
||||
;
|
||||
description = "PL/Python - Python Procedural Language";
|
||||
|
||||
@@ -41,7 +41,7 @@ let
|
||||
homepage
|
||||
license
|
||||
changelog
|
||||
maintainers
|
||||
teams
|
||||
platforms
|
||||
;
|
||||
description = "PL/Tcl - Tcl Procedural Language";
|
||||
|
||||
@@ -165,7 +165,8 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
homepage = "https://postgis.net/";
|
||||
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; lib.teams.geospatial.members ++ [ marcweber ];
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user