Skip to content

Commit 4d25629

Browse files
committed
chore: switch contact email to dev@davidfrei.re
1 parent 9996731 commit 4d25629

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default-members = [
1919

2020
[workspace.package]
2121
version = "0.0.2"
22-
authors = ["David Freire <work@davidfrei.re>"]
22+
authors = ["David Freire <dev@davidfrei.re>"]
2323
edition = "2021"
2424
rust-version = "1.80"
2525
license = "MIT"

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sqlshield is pre-1.0; only the most recent release receives security fixes.
88

99
Please **do not** file a public GitHub issue for security problems.
1010

11-
Email the maintainer at **work@davidfrei.re** with:
11+
Email the maintainer at **dev@davidfrei.re** with:
1212

1313
- a description of the issue,
1414
- steps to reproduce (input SQL / schema / source file if applicable),

sqlshield-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sqlshield-py"
77
description = "Schema-aware SQL linter for raw SQL embedded in Python (and other) source code — no database required."
88
readme = "README.md"
99
license = { text = "MIT" }
10-
authors = [{ name = "David Freire", email = "work@davidfrei.re" }]
10+
authors = [{ name = "David Freire", email = "dev@davidfrei.re" }]
1111
requires-python = ">=3.8"
1212
keywords = ["sql", "linter", "static-analysis", "schema", "postgres", "mysql", "sqlite"]
1313
classifiers = [

0 commit comments

Comments
 (0)