Skip to content

Commit

Permalink
email update
Browse files Browse the repository at this point in the history
  • Loading branch information
open-risk committed Dec 17, 2024
1 parent 579ae61 commit c1c6787
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10-slim
LABEL author="Open Risk <www.openriskmanagement.com>"
LABEL version="0.8.0"
LABEL description="Equinox: Open Source Sustainable Porfolio Management"
LABEL maintainer="info@openrisk.eu"
LABEL maintainer="info@openriskmanagement.com"
EXPOSE 8080
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion equinox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
default_version='v1',
description="equinox is an open source platform for the holistic management of sustainable finance projects.",
terms_of_service="https://www.openriskmanagement.com/",
contact=openapi.Contact(email="info@openrisk.eu"),
contact=openapi.Contact(email="info@openriskmanagement.com"),
license=openapi.License(name="MIT License"),
),
public=True,
Expand Down
2 changes: 1 addition & 1 deletion locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 16:03+0100\n"
"PO-Revision-Date: 2021-11-11\n"
"Last-Translator: Open Risk <info@openrisk.eu>\n"
"Last-Translator: Open Risk <info@openriskmanagement.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "equinox"
version = "0.8"
description = ""
authors = ["Open Risk <info@openrisk.eu>"]
authors = ["Open Risk <info@openriskmanagement.com>"]
readme = "README.md"
packages = [{include = "poetry_demo"}]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = Equinox is an open source platform that supports the holistic risk
long_description = file: README.md
url = https://www.openriskmanagement.com/equinox/
author = Open Risk
author_email = info@openrisk.eu
author_email = info@openriskmanagement.com
license = Apache
classifiers =
Environment :: Web Environment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
long_description=long_descr,
long_description_content_type='text/x-rst',
author='Open Risk',
author_email='info@openrisk.eu',
author_email='info@openriskmanagement.com',
packages=['equinox'],
include_package_data=True,
url='https://github.com/open-risk/equinox',
Expand Down

0 comments on commit c1c6787

Please sign in to comment.