python311Packages.private-gpt: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-09-08 09:25:31 +02:00
parent 399e482de5
commit e29ea571a3
@@ -103,6 +103,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zylon-ai/private-gpt";
license = lib.licenses.asl20;
mainProgram = "private-gpt";
maintainers = [ ];
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}