openclaw: add myself as maintainer

This commit is contained in:
Maciej Krüger
2026-04-05 12:12:14 +02:00
parent a449d3b4d4
commit b39e70ae6f
+4 -1
View File
@@ -128,7 +128,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
changelog = "https://github.com/openclaw/openclaw/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
mainProgram = "openclaw";
maintainers = with lib.maintainers; [ chrisportela ];
maintainers = with lib.maintainers; [
chrisportela
mkg20001
];
platforms = with lib.platforms; linux ++ darwin;
knownVulnerabilities = [
"Project uses LLMs to parse untrusted content, making it vulnerable to prompt injection, while having full access to system by default."