diff --git a/README.md b/README.md index 11504c5d..ce3b875f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ be made with private data. ## Contributions -There are several ways to contribute. First, if you find DP Wizard useful, please [let us know](mailto:info@opendp.org) and we'll spend more time on this project. If DP Wizard doesn't work for you, we also want to know that! Please [file an issue](https://github.com/opendp/dp-wizard/issues/new/choose) and we'll look into it. +There are several ways to contribute. First, if you find DP Wizard useful, please [let us know](mailto:contact@opendp.org) and we'll spend more time on this project. If DP Wizard doesn't work for you, we also want to know that! Please [file an issue](https://github.com/opendp/dp-wizard/issues/new/choose) and we'll look into it. We also welcome PRs, but if you have an idea for a new feature, it may be helpful to get in touch before you begin, to make sure your idea is in line with our vision: - The DP Wizard codebase shouldn't actually contain any differential privacy algorithms. This project is a thin wrapper around the [OpenDP Library](https://github.com/opendp/opendp/), and that's where new algorithms should be added. @@ -78,7 +78,7 @@ We also welcome PRs, but if you have an idea for a new feature, it may be helpfu With those caveats in mind, feel free to [file a feature request](https://github.com/opendp/dp-wizard/issues/new/choose), -or [email us](mailto:info@opendp.org). +or [email us](mailto:contact@opendp.org). ## Development diff --git a/docs/index.html b/docs/index.html index 48b14f93..e3b2e70e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -966,7 +966,7 @@

Thank you, and stay in touch!

email: -info@opendp.org +contact@opendp.org cmccallum@g.harvard.edu diff --git a/docs/index.md b/docs/index.md index 3a315bc3..70f77e42 100644 --- a/docs/index.md +++ b/docs/index.md @@ -694,7 +694,7 @@ Other PETs protect privacy during computation, but don't preserve privacy in res | | OpenDP | DP Wizard | |---|--------|-----------| -|email:| info@opendp.org | cmccallum@g.harvard.edu | +|email:| contact@opendp.org | cmccallum@g.harvard.edu | |docs:| [docs.opendp.org](https://docs.opendp.org) | [opendp.github.io/dp-wizard](https://opendp.github.io/dp-wizard) | |source:| [github.com/opendp/opendp](https://github.com/opendp/opendp/) | [github.com/opendp/dp-wizard](https://github.com/opendp/dp-wizard/) | diff --git a/pyproject.toml b/pyproject.toml index 28296413..9328f56c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "dp_wizard" -authors = [{name = "The OpenDP Project", email = "info@opendp.org"}] +authors = [{name = "The OpenDP Project", email = "contact@opendp.org"}] readme = "README-PYPI.md" license = {file = "LICENSE"} classifiers = [