Skip to content

Commit 06c09cf

Browse files
authored
Merge pull request #453 from AmbireTech/ambire-emails
Use @ambire.com emails
2 parents afb852d + 7e8b63e commit 06c09cf

File tree

8 files changed

+19
-12
lines changed

8 files changed

+19
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM rust:latest as builder
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /usr/src/app
77

Dockerfile-sentry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM rust:latest as builder
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /usr/src/app
77

adapter/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "adapter"
33
version = "0.1.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Omidiora Samuel <[email protected]>",
78
]
89
edition = "2018"
910

adview-manager/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Lachezar Lechev <[email protected]>"]
2+
authors = [
3+
"Ambire <[email protected]>",
4+
"Lachezar Lechev <[email protected]>",
5+
]
36
edition = "2018"
47
name = "adview-manager"
58
version = "0.1.0"

primitives/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "primitives"
33
version = "0.1.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Omidiora Samuel <[email protected]>",
78
]
89
edition = "2018"
910

scripts/ethereum/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM trufflesuite/ganache-cli:latest
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /scripts
77

sentry/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "sentry"
33
version = "0.1.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Omidiora Samuel <[email protected]>",
78
]
89
edition = "2018"
910

validator_worker/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "validator_worker"
33
version = "0.2.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Samparsky <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Samparsky <[email protected]>",
78
]
89
edition = "2018"
910

0 commit comments

Comments
 (0)