Commit 122fa0f1 authored by Robert Schütz's avatar Robert Schütz
Browse files

onionshare: add dotlambda to maintainers

parent ab86fb84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -135,7 +135,10 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://onionshare.org/";
    changelog = "https://github.com/onionshare/onionshare/releases/tag/${src.tag}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ bbjubjub ];
    maintainers = with lib.maintainers; [
      bbjubjub
      dotlambda
    ];
    mainProgram = "onionshare-cli";
  };
}