Skip to content

Commit c722385

Browse files
committed
docs: update author email
1 parent 7a90d45 commit c722385

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type: software
1010
authors:
1111
- given-names: Matthew
1212
family-names: McCormick
13-
email: matt@mmmccormick.com
13+
email: matt@fideus.io
1414
affiliation: 'Kitware, Inc'
1515
orcid: 'https://orcid.org/0000-0001-9475-3756'
1616
keywords:

examples/debugging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start": "http-server -o"
1818
},
1919
"type": "module",
20-
"author": "Matt McCormick <matt@mmmccormick.com>",
20+
"author": "Matt McCormick <matt@fideus.io>",
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"http-server": "^14.1.0",

examples/different-input-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- ./Gourds.png label.png overlay.png",
1111
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- --help"
1212
},
13-
"author": "Matt McCormick <matt@mmmccormick.com>",
13+
"author": "Matt McCormick <matt@fideus.io>",
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"itk-wasm": "workspace:^"

examples/hello-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
1010
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
1111
},
12-
"author": "Matt McCormick <matt@mmmccormick.com>",
12+
"author": "Matt McCormick <matt@fideus.io>",
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"fs-extra": "^10.0.0",

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:browser": "playwright test",
1616
"test:browser:debug": "playwright test --debug"
1717
},
18-
"author": "Matt McCormick <matt@mmmccormick.com>",
18+
"author": "Matt McCormick <matt@fideus.io>",
1919
"license": "Apache-2.0",
2020
"dependencies": {
2121
"fs-extra": "^11.1.0",

examples/inputs-outputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:wasi": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- cthead1.png smoothed.png",
3939
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- --help"
4040
},
41-
"author": "Matt McCormick <matt@mmmccormick.com>",
41+
"author": "Matt McCormick <matt@fideus.io>",
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@itk-wasm/image-io": "workspace:^",

examples/mean-squares-versor-registration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:wasi:long": "itk-wasm test -- -- -V",
3939
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest run mean-squares-versor-registration.wasi.wasm -- -- --help"
4040
},
41-
"author": "Matt McCormick <matt@mmmccormick.com>",
41+
"author": "Matt McCormick <matt@fideus.io>",
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@itk-wasm/image-io": "workspace:^",

packages/compare-images/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
authors = ["Matt McCormick <matt@mmmccormick.com>"]
2+
authors = ["Matt McCormick <matt@fideus.io>"]
33
channels = ["conda-forge"]
44
description = "Compare images with a tolerance for regression testing."
55
name = "compare-images"

packages/compare-meshes/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
authors = ["Matt McCormick <matt@mmmccormick.com>"]
2+
authors = ["Matt McCormick <matt@fideus.io>"]
33
channels = ["conda-forge"]
44
description = "Compare meshes with a tolerance for regression testing."
55
name = "compare-meshes"

packages/compress-stringify/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
authors = ["Matt McCormick <matt@mmmccormick.com>"]
2+
authors = ["Matt McCormick <matt@fideus.io>"]
33
channels = ["conda-forge"]
44
description = "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly."
55
name = "compress-stringify"

0 commit comments

Comments
 (0)