Skip to content

Commit

Permalink
chore: update old e-mail address (#8944)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirredbeard authored Apr 1, 2024
1 parent b726cf9 commit 0099f4e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion agent/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ brews:
log_path var/"log/determined/agent-stdout.log"
nfpms:
- maintainer: "Determined AI <hello@determined.ai>"
- maintainer: "Determined AI <ai-open-source@hpe.com>"
formats:
- deb
- rpm
Expand Down
2 changes: 1 addition & 1 deletion agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
MAINTAINER Determined AI <hello@determined.ai>
MAINTAINER Determined AI <ai-open-source@hpe.com>

RUN apt-get update -yq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "Determined"
html_title = "Determined AI Documentation"
copyright = time.strftime("%Y, Determined AI")
author = "hello@determined.ai"
author = "ai-open-source@hpe.com"
version = pathlib.Path(__file__).parents[1].joinpath("VERSION").read_text().strip()
release = version
language = "en"
Expand Down
2 changes: 1 addition & 1 deletion harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="determined",
version="0.30.0-dev0",
author="Determined AI",
author_email="hello@determined.ai",
author_email="ai-open-source@hpe.com",
url="https://determined.ai/",
description="Determined Deep Learning Training Platform",
long_description="See https://docs.determined.ai/ for more information.",
Expand Down
2 changes: 1 addition & 1 deletion master/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ brews:
log_path var/"log/determined/master-stdout.log"
nfpms:
- maintainer: "Determined AI <hello@determined.ai>"
- maintainer: "Determined AI <ai-open-source@hpe.com>"
formats:
- deb
- rpm
Expand Down
2 changes: 1 addition & 1 deletion master/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
MAINTAINER Determined AI <hello@determined.ai>
MAINTAINER Determined AI <ai-open-source@hpe.com>

RUN apt-get update -yq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion model_hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="model-hub",
version="0.30.0-dev0",
author="Determined AI",
author_email="hello@determined.ai",
author_email="ai-open-source@hpe.com",
url="https://determined.ai/",
description="Model Hub for Determined Deep Learning Training Platform",
long_description="See https://docs.determined.ai/ for more information.",
Expand Down

0 comments on commit 0099f4e

Please sign in to comment.