1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #324978 from ivan/unmaintain-two

prisma-engines, postgresqlPackages.pg_embedding: remove myself from maintainers
This commit is contained in:
Aleksana 2024-07-29 19:36:25 +08:00 committed by GitHub
commit 56d654d41f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.prisma.io/"; homepage = "https://www.prisma.io/";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ pimeys tomhoule ivan aqrln ]; maintainers = with maintainers; [ pimeys tomhoule aqrln ];
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "PostgreSQL extension implementing the HNSW algorithm for vector similarity search"; description = "PostgreSQL extension implementing the HNSW algorithm for vector similarity search";
homepage = "https://github.com/neondatabase/pg_embedding"; homepage = "https://github.com/neondatabase/pg_embedding";
maintainers = with maintainers; [ ivan ]; maintainers = with maintainers; [ ];
platforms = postgresql.meta.platforms; platforms = postgresql.meta.platforms;
license = licenses.asl20; license = licenses.asl20;
}; };