diff --git a/SECURITY.md b/SECURITY.md index 8e07c0391..393b044a9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -51,4 +51,4 @@ Paseo wraps agent CLIs (Claude Code, Codex, OpenCode) but does not manage their ## Reporting vulnerabilities -If you discover a security vulnerability, please report it privately by emailing mo@faro.so. Do not open a public issue. +If you discover a security vulnerability, please report it privately by emailing hello@moboudra.com. Do not open a public issue. diff --git a/package.json b/package.json index a659950bd..49d4f5bf9 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ ], "author": { "name": "Mohamed Boudra", - "email": "boudra.moha@gmail.com" + "email": "hello@moboudra.com" }, "repository": { "type": "git", diff --git a/packages/desktop/electron-builder.yml b/packages/desktop/electron-builder.yml index e50f2022f..31a686a02 100644 --- a/packages/desktop/electron-builder.yml +++ b/packages/desktop/electron-builder.yml @@ -31,7 +31,7 @@ linux: category: Development icon: assets artifactName: "Paseo-${version}-${arch}.${ext}" - maintainer: "Mohamed Boudra " + maintainer: "Mohamed Boudra " vendor: "Paseo" extraResources: - from: bin/paseo diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e49bb0d0c..93584a410 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -33,7 +33,7 @@ }, "author": { "name": "Mohamed Boudra", - "email": "boudra.moha@gmail.com" + "email": "hello@moboudra.com" }, "license": "AGPL-3.0-or-later" }