Moves to new personal domain name

This commit is contained in:
Samuel FORESTIER 2023-11-03 21:22:36 +01:00
parent b557874877
commit 0ada516ac2
2 changed files with 2 additions and 2 deletions

@ -63,4 +63,4 @@ black --check src/
python3 -m build
```
Any patch sent by e-mail to [dev+hostsresolver@samuel.domains](mailto:dev+hostsresolver@samuel.domains) will get properly reviewed.
Any patch sent by e-mail to [samuel+dev@forestier.app](mailto:samuel+dev@forestier.app) will get properly reviewed.

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "hosts_resolver"
version = "1.1.0"
authors = [
{name = "Samuel FORESTIER", email = "dev+hostsresolver@samuel.domains"},
{name = "Samuel FORESTIER", email = "samuel+dev@forestier.app"},
]
description = "Zero-dependency Python module to resolve names using /etc/hosts alone"
readme = "README.md"