Skip to content

Commit

Permalink
chore: updated email
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Mar 22, 2024
1 parent 22aabfe commit 027e828
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc{{year}}{{day}}"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 AlexAegis
Copyright (c) 2024 AlexAegis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript"
],
"author": {
"email": "alexaegis@gmail.com",
"email": "alexaegis@pm.me",
"name": "Alex Aegis",
"url": "https://github.com/AlexAegis"
},
Expand All @@ -25,7 +25,7 @@
"type": "git"
},
"bugs": {
"email": "alexaegis@gmail.com",
"email": "alexaegis@pm.me",
"url": "https://github.com/AlexAegis/advent-of-code/issues"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion solutions/python/aoclib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "aoclib"
version = "0.0.2"
authors = [
{ name="AlexAegis", email="alexaegis@gmail.com" },
{ name="AlexAegis", email="alexaegis@pm.me" },
]
description = "Advent of Code Tools"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2015/01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201501"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2015/02/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201502"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2015/03/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201503"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2015/04/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201504"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2015/05/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201505"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2016/01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201601"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2017/01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201701"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2018/01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201801"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201901"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/02/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201902"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/03/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201903"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/04/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201904"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/05/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201905"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/06/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201906"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/07/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201907"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/08/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201908"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/09/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201909"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/10/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201910"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201911"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201912"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/13/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201913"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/14/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201914"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/15/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201915"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/16/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201916"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/17/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201917"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/18/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201918"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/19/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201919"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201920"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/21/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201921"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/22/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201922"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/23/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201923"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/2019/24/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc201924"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion solutions/rust/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoclib"
version = "1.0.0"
authors = ["AlexAegis <alexaegis@gmail.com>"]
authors = ["AlexAegis <alexaegis@pm.me>"]
license = "mit"
edition = "2021"
repository = "https://github.com/AlexAegis/advent-of-code"
Expand Down

0 comments on commit 027e828

Please sign in to comment.