python3Packages.private-gpt: remove drupol from maintainers

This commit is contained in:
Pol Dellaiera 2024-06-24 09:13:31 +02:00
parent f95c186eb9
commit b4d41d3a42
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -91,6 +91,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zylon-ai/private-gpt";
license = lib.licenses.asl20;
mainProgram = "private-gpt";
maintainers = with lib.maintainers; [ drupol ];
maintainers = with lib.maintainers; [ ];
};
}