From 00696ed88e111d66fa677bd54d81cfee06861b57 Mon Sep 17 00:00:00 2001 From: Chuck McCallum Date: Wed, 22 Apr 2026 14:06:31 -0400 Subject: [PATCH] info@opendp.org to contact --- README.md | 4 ++-- docs/index.html | 2 +- docs/index.md | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 65672299..54e1fe68 100644 --- a/docs/index.html +++ b/docs/index.html @@ -963,7 +963,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 45246300..776477e9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -691,7 +691,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 = [