Skip to content

Commit 0f6c6a2

Browse files
committed
Update team name
1 parent 47df3fb commit 0f6c6a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/scheduler_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
org.opencontainers.image.vendor=MTS PJSC
6464
org.opencontainers.image.documentation=https://syncmaster.readthedocs.io
6565
org.opencontainers.image.url=https://hub.docker.com/r/mtsrus/syncmaster-worker
66-
org.opencontainers.image.authors=DataOps.ETL <[email protected]>
66+
org.opencontainers.image.authors=MWS Data Bridge <[email protected]>
6767
org.opencontainers.image.version=${{ env.VERSION }}
6868
6969
- name: Set platforms

.github/workflows/server_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
org.opencontainers.image.vendor=MTS PJSC
6464
org.opencontainers.image.documentation=https://syncmaster.readthedocs.io
6565
org.opencontainers.image.url=https://hub.docker.com/r/mtsrus/syncmaster-server
66-
org.opencontainers.image.authors=DataOps.ETL <[email protected]>
66+
org.opencontainers.image.authors=MWS Data Bridge <[email protected]>
6767
org.opencontainers.image.version=${{ env.VERSION }}
6868
6969
- name: Set platforms

.github/workflows/worker_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
org.opencontainers.image.vendor=MTS PJSC
6464
org.opencontainers.image.documentation=https://syncmaster.readthedocs.io
6565
org.opencontainers.image.url=https://hub.docker.com/r/mtsrus/syncmaster-worker
66-
org.opencontainers.image.authors=DataOps.ETL <[email protected]>
66+
org.opencontainers.image.authors=MWS Data Bridge <[email protected]>
6767
org.opencontainers.image.version=${{ env.VERSION }}
6868
6969
- name: Set platforms

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
project = "syncmaster"
2929
copyright = "2023-2025 MTS PJSC"
30-
author = "DataOps.ETL"
30+
author = "MWS Data Bridge"
3131

3232
# The version info for the project you're documenting, acts as replacement for
3333
# |version| and |release|, also used in various other places throughout the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "data-syncmaster"
77
version = "0.3.0"
88
license = "Apache-2.0"
99
description = "Syncmaster REST API + Worker"
10-
authors = ["DataOps.ETL <[email protected]>"]
10+
authors = ["MWS Data Bridge <[email protected]>"]
1111
readme = "README.rst"
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)