Unverified Commit b39e70ae authored by Maciej Krüger's avatar Maciej Krüger
Browse files

openclaw: add myself as maintainer

parent a449d3b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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."