Skip to content

Commit 268d8d9

Browse files
authored
Update email address
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 8150dc7 commit 268d8d9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

events/advent_of_code/2015/01/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aoc-2015-01"
33
description = "aoc-2015-01"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["Bradley Reynolds <bradley.reynolds@darbia.dev>"]
6+
authors = ["Bradley Reynolds <bradley.reynolds@tailstory.dev>"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/shenanigansd/scratchpad/"

events/advent_of_code/2021/01/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aoc-2021-01"
33
description = "aoc-2021-01"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["Bradley Reynolds <bradley.reynolds@darbia.dev>"]
6+
authors = ["Bradley Reynolds <bradley.reynolds@tailstory.dev>"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/shenanigansd/scratchpad/"

events/advent_of_code/2022/06/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aoc-2022-06"
33
description = "aoc-2022-06"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["Bradley Reynolds <bradley.reynolds@darbia.dev>"]
6+
authors = ["Bradley Reynolds <bradley.reynolds@tailstory.dev>"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/shenanigansd/scratchpad/"

events/advent_of_code/2023/05/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aoc-2023-05"
33
description = "aoc-2023-05"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["Bradley Reynolds <bradley.reynolds@darbia.dev>"]
6+
authors = ["Bradley Reynolds <bradley.reynolds@tailstory.dev>"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/shenanigansd/scratchpad/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scratchpad"
33
version = "0.0.0" # explicity non-versioned
44
description = "A scratchpad for keeping assorted notes and snippets"
55
authors = [
6-
{ name = "Bradley Reynolds", email = "bradley.reynolds@darbia.dev" },
6+
{ name = "Bradley Reynolds", email = "bradley.reynolds@tailstory.dev" },
77
]
88
license = { text = "MIT" }
99
readme = "README.md"

scratch/projects/one_two_three/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "one-two-three"
33
version = "0.1.0"
44
description = "Tiny game"
55
authors = [
6-
{ name = "Bradley Reynolds", email = "bradley.reynolds@darbia.dev" },
6+
{ name = "Bradley Reynolds", email = "bradley.reynolds@tailstory.dev" },
77
]
88
license = { text = "MIT" }
99
readme = "README.md"

scratch/projects/scratch-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scratch-rs"
33
description = "scratch-rs"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["Bradley Reynolds <bradley.reynolds@darbia.dev>"]
6+
authors = ["Bradley Reynolds <bradley.reynolds@tailstory.dev>"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/shenanigansd/scratchpad/"

0 commit comments

Comments
 (0)