From ba53e4ab7800e23e1e8817104bd2717a6fad3669 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sat, 6 Jul 2024 06:16:33 +0000 Subject: [PATCH 1/2] prisma-engines: remove ivan from maintainers --- pkgs/development/tools/database/prisma-engines/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/database/prisma-engines/default.nix b/pkgs/development/tools/database/prisma-engines/default.nix index 57c91c1719b9..30fb1be38a78 100644 --- a/pkgs/development/tools/database/prisma-engines/default.nix +++ b/pkgs/development/tools/database/prisma-engines/default.nix @@ -74,7 +74,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://www.prisma.io/"; license = licenses.asl20; platforms = platforms.unix; - maintainers = with maintainers; [ pimeys tomhoule ivan aqrln ]; + maintainers = with maintainers; [ pimeys tomhoule aqrln ]; }; } From 8fbfdcec4a1b31dbfb2f7c8cb8ce5938d63d723f Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sat, 6 Jul 2024 06:16:58 +0000 Subject: [PATCH 2/2] postgresqlPackages.pg_embedding: remove ivan from maintainers --- pkgs/servers/sql/postgresql/ext/pg_embedding.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/ext/pg_embedding.nix b/pkgs/servers/sql/postgresql/ext/pg_embedding.nix index e858d6f0c5d0..5306a619038d 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_embedding.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_embedding.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "PostgreSQL extension implementing the HNSW algorithm for vector similarity search"; homepage = "https://github.com/neondatabase/pg_embedding"; - maintainers = with maintainers; [ ivan ]; + maintainers = with maintainers; [ ]; platforms = postgresql.meta.platforms; license = licenses.asl20; };