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 ce55c9f commit 19ea46e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This isn’t an exhaustive list of things that you can’t do. Rather, take it i

This code of conduct applies to all spaces managed by the openNPL project. This includes mailing lists, the issue tracker, any other forums created by the project team which the community uses for communication. In addition, violations of this code outside these spaces may affect a person's ability to participate within them.

If you believe someone is violating the code of conduct, we ask that you report it by emailing info@openrisk.eu.
If you believe someone is violating the code of conduct, we ask that you report it by emailing info@openriskmanagement.com.

Be friendly and patient.

Expand Down
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 version="0.6.4"
LABEL author="Open Risk <www.openriskmanagement.com>"
LABEL description="openNPL: Open Source Credit Portfolio 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 Dockerfile.demo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-slim
MAINTAINER Open Risk <www.openriskmanagement.com>
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We welcome your feedback and support, raise a GitHub issue if you want to report

- [Contribute on Issues](<https://github.com/open-risk/openNPL/issues>)
- Chat with the community at the [Open Risk Commons](<https://www.openriskcommons.org/c/open-source/opennpl/13>)
- For customisations, support or any other collaboration, email us as <info@openrisk.eu>
- For customisations, support or any other collaboration, email us as <info@openriskmanagement.com>
- Need commercial support for projects using openNPL? [Contact](https://www.openriskmanagement.com/contact/)

## Credits
Expand Down
2 changes: 1 addition & 1 deletion openNPL/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
default_version='v1',
description="openNPL is an open source platform for the management of credit risk and non-performing loans. It implements detailed European Banking Authority loan templates for NPL data and US Agency Single Family Loan Performance Data",
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 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=['openNPL'],
include_package_data=True,
url='https://github.com/open-risk/openNPL',
Expand Down

0 comments on commit 19ea46e

Please sign in to comment.