Skip to content

Commit ff61892

Browse files
committed
Update my email addresses
1 parent b8aa806 commit ff61892

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

ci/docker/Dockerfile.hybrid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:disco
2-
MAINTAINER Jan Bujak (jan.bujak@nokia.com)
2+
MAINTAINER Jan Bujak (j@exia.io)
33

44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends ca-certificates file gcc g++ git locales make qemu-user

cli-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cli-core"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[dependencies]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "memory-profiler-cli"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[dependencies]

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "common"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[dependencies]

gather/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "memory-profiler-gather"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[dependencies]

preload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "memory-profiler"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[lib]

server-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "server-core"
33
version = "0.5.0"
4-
authors = ["Jan Bujak <jan.bujak@nokia.com>"]
4+
authors = ["Jan Bujak <j@exia.io>"]
55
edition = "2018"
66

77
[dependencies]

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webui",
33
"version": "0.0.0",
44
"main": "index.js",
5-
"author": "Jan Bujak <jan.bujak@nokia.com>",
5+
"author": "Jan Bujak <j@exia.io>",
66
"license": "MIT",
77
"private": true,
88
"devDependencies": {

0 commit comments

Comments
 (0)