Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nix/cargo-pgrx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let
homepage = "https://github.com/pgcentralfoundation/pgrx";
changelog = "https://github.com/pgcentralfoundation/pgrx/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ happysalada ];
mainProgram = "cargo-pgrx";
};
};
Expand Down
1 change: 0 additions & 1 deletion nix/docs/adding-new-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open-source vector similarity search for Postgres";
homepage = "https://github.com/${src.owner}/${src.repo}";
maintainers = [ "olirice" ];
platforms = postgresql.meta.platforms;
license = licenses.postgresql;
};
Expand Down
7 changes: 0 additions & 7 deletions nix/ext/gdal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ stdenv.mkDerivation rec {
description = "Translator library for raster geospatial data formats (PostGIS-focused build)";
homepage = "https://www.gdal.org/";
license = licenses.mit;
maintainers =
with maintainers;
teams.geospatial.members
++ [
marcweber
dotlambda
];
platforms = platforms.unix;
};
}
1 change: 0 additions & 1 deletion nix/ext/pgmq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ let
meta = with lib; {
description = "A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.";
homepage = "https://github.com/tembo-io/pgmq";
maintainers = with maintainers; [ olirice ];
inherit (postgresql.meta) platforms;
license = licenses.postgresql;
};
Expand Down
1 change: 0 additions & 1 deletion nix/ext/plpgsql-check.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ let
homepage = "https://github.com/okbob/plpgsql_check";
changelog = "https://github.com/okbob/plpgsql_check/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
inherit (postgresql.meta) platforms;
};
};
Expand Down
1 change: 0 additions & 1 deletion nix/ext/supautils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "PostgreSQL extension for enhanced security";
homepage = "https://github.com/supabase/${pname}";
maintainers = with maintainers; [ steve-chavez ];
platforms = postgresql.meta.platforms;
license = licenses.postgresql;
};
Expand Down
1 change: 0 additions & 1 deletion nix/pgbouncer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
replaceStrings [ "." ] [ "_" ] version
}";
license = licenses.isc;
maintainers = with maintainers; [ _1000101 ];
platforms = platforms.all;
};
}
8 changes: 0 additions & 8 deletions nix/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,6 @@ let
license = licenses.postgresql;
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
teams = [ ];
maintainers = with maintainers; [
thoughtpolice
danbst
globin
ivan
ma27
wolfgangwalther
];
pkgConfigModules = [
"libecpg"
"libecpg_compat"
Expand Down
Loading