Skip to content

Commit 158f1d7

Browse files
chore: use hello@getaxonflow.com as canonical contact email (#137)
1 parent fc08fad commit 158f1d7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when
3636

3737
## Enforcement
3838

39-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at dev@getaxonflow.com. All complaints will be reviewed and investigated promptly and fairly.
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at hello@getaxonflow.com. All complaints will be reviewed and investigated promptly and fairly.
4040

4141
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
4242

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ By contributing to AxonFlow Python SDK, you agree that your contributions will b
180180
If you have questions about contributing, feel free to:
181181

182182
- Open a discussion on GitHub
183-
- Email us at dev@getaxonflow.com
183+
- Email us at hello@getaxonflow.com
184184
- Check our documentation at https://docs.getaxonflow.com
185185

186186
Thank you for contributing to AxonFlow!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ For enterprise features, contact [sales@getaxonflow.com](mailto:sales@getaxonflo
411411

412412
- **Documentation**: https://docs.getaxonflow.com
413413
- **Issues**: https://github.com/getaxonflow/axonflow-sdk-python/issues
414-
- **Email**: dev@getaxonflow.com
414+
- **Email**: hello@getaxonflow.com
415415

416416
If you are evaluating AxonFlow in a company setting and cannot open a public issue, you can share feedback or blockers confidentially here:
417417
[Anonymous evaluation feedback form](https://getaxonflow.com/feedback)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
12-
{name = "AxonFlow", email = "dev@getaxonflow.com"}
12+
{name = "AxonFlow", email = "hello@getaxonflow.com"}
1313
]
1414
maintainers = [
15-
{name = "AxonFlow", email = "dev@getaxonflow.com"}
15+
{name = "AxonFlow", email = "hello@getaxonflow.com"}
1616
]
1717
keywords = [
1818
"ai", "governance", "llm", "openai", "anthropic", "bedrock",

0 commit comments

Comments
 (0)