gpt4all: add titaniumtown as maintainer

This commit is contained in:
Simon Gardling 2024-09-05 09:54:49 -04:00
parent 9f64249ad1
commit abcf14644a
No known key found for this signature in database
GPG Key ID: 9AB28AC10ECE533D

View File

@ -88,6 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/nomic-ai/gpt4all";
license = lib.licenses.mit;
mainProgram = "gpt4all";
maintainers = with lib.maintainers; [ polygon ];
maintainers = with lib.maintainers; [ polygon titaniumtown ];
};
})