Skip to content

Commit 1fffc59

Browse files
committed
Merge branch 'maintainer'
2 parents 3200e17 + 5c55bea commit 1fffc59

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

py/bitbox02/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_version() -> str:
3636
setup(
3737
name="bitbox02",
3838
version=find_version(),
39-
author="Shift Cryptosecurity",
39+
author="Shift Crypto",
4040
author_email="[email protected]",
4141
packages=setuptools.find_packages(),
4242
description="Python library for bitbox02 communication",

src/rust/apps/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "ethereum"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
license = "Apache-2.0"
2121

src/rust/bitbox02-noise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "bitbox02-noise"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
description = "BitBox02 noise protocol primitives"
2121
license = "Apache-2.0"

src/rust/bitbox02-rust-c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "bitbox02-rust-c"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
license = "Apache-2.0"
2121

src/rust/bitbox02-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "bitbox02-rust"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
description = "BitBox02 functionality implemented in rust"
2121
license = "Apache-2.0"

src/rust/bitbox02-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "bitbox02-sys"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
description = "Rust bindings for C code in bitbox02-firmware"
2121
license = "Apache-2.0"

src/rust/bitbox02/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
name = "bitbox02"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
description = "Idiomatic rust bindings for C code in bitbox02-firmware"
2121
license = "Apache-2.0"

src/rust/util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
[package]
1616
name = "util"
1717
version = "0.1.0"
18-
authors = ["Shift Cryptosecurity AG <[email protected]>"]
18+
authors = ["Shift Crypto AG <[email protected]>"]
1919
edition = "2018"
2020
license = "Apache-2.0"

0 commit comments

Comments
 (0)