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:
commit
56d654d41f
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue