From 027e8283a2d566705a46f1a7d32b6d1b8e21bac7 Mon Sep 17 00:00:00 2001 From: AlexAegis Date: Sat, 23 Mar 2024 00:18:10 +0100 Subject: [PATCH] chore: updated email --- .templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl | 2 +- license | 2 +- package.json | 4 ++-- solutions/python/aoclib/pyproject.toml | 2 +- solutions/rust/2015/01/Cargo.toml | 2 +- solutions/rust/2015/02/Cargo.toml | 2 +- solutions/rust/2015/03/Cargo.toml | 2 +- solutions/rust/2015/04/Cargo.toml | 2 +- solutions/rust/2015/05/Cargo.toml | 2 +- solutions/rust/2016/01/Cargo.toml | 2 +- solutions/rust/2017/01/Cargo.toml | 2 +- solutions/rust/2018/01/Cargo.toml | 2 +- solutions/rust/2019/01/Cargo.toml | 2 +- solutions/rust/2019/02/Cargo.toml | 2 +- solutions/rust/2019/03/Cargo.toml | 2 +- solutions/rust/2019/04/Cargo.toml | 2 +- solutions/rust/2019/05/Cargo.toml | 2 +- solutions/rust/2019/06/Cargo.toml | 2 +- solutions/rust/2019/07/Cargo.toml | 2 +- solutions/rust/2019/08/Cargo.toml | 2 +- solutions/rust/2019/09/Cargo.toml | 2 +- solutions/rust/2019/10/Cargo.toml | 2 +- solutions/rust/2019/11/Cargo.toml | 2 +- solutions/rust/2019/12/Cargo.toml | 2 +- solutions/rust/2019/13/Cargo.toml | 2 +- solutions/rust/2019/14/Cargo.toml | 2 +- solutions/rust/2019/15/Cargo.toml | 2 +- solutions/rust/2019/16/Cargo.toml | 2 +- solutions/rust/2019/17/Cargo.toml | 2 +- solutions/rust/2019/18/Cargo.toml | 2 +- solutions/rust/2019/19/Cargo.toml | 2 +- solutions/rust/2019/20/Cargo.toml | 2 +- solutions/rust/2019/21/Cargo.toml | 2 +- solutions/rust/2019/22/Cargo.toml | 2 +- solutions/rust/2019/23/Cargo.toml | 2 +- solutions/rust/2019/24/Cargo.toml | 2 +- solutions/rust/lib/Cargo.toml | 2 +- 37 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl b/.templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl index dc5d80341..17d74b70f 100644 --- a/.templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl +++ b/.templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl @@ -1,7 +1,7 @@ [package] name = "aoc{{year}}{{day}}" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/license b/license index 7fc67edbd..d5008a39f 100644 --- a/license +++ b/license @@ -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 diff --git a/package.json b/package.json index c4e2daffb..4e69e2021 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typescript" ], "author": { - "email": "alexaegis@gmail.com", + "email": "alexaegis@pm.me", "name": "Alex Aegis", "url": "https://github.com/AlexAegis" }, @@ -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", diff --git a/solutions/python/aoclib/pyproject.toml b/solutions/python/aoclib/pyproject.toml index 4674c011f..b86e2022c 100644 --- a/solutions/python/aoclib/pyproject.toml +++ b/solutions/python/aoclib/pyproject.toml @@ -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" diff --git a/solutions/rust/2015/01/Cargo.toml b/solutions/rust/2015/01/Cargo.toml index c63a32755..909a63d3c 100644 --- a/solutions/rust/2015/01/Cargo.toml +++ b/solutions/rust/2015/01/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201501" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2015/02/Cargo.toml b/solutions/rust/2015/02/Cargo.toml index 02441aa4c..85f2455a9 100644 --- a/solutions/rust/2015/02/Cargo.toml +++ b/solutions/rust/2015/02/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201502" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2015/03/Cargo.toml b/solutions/rust/2015/03/Cargo.toml index b470eeca6..6c6860fca 100644 --- a/solutions/rust/2015/03/Cargo.toml +++ b/solutions/rust/2015/03/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201503" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2015/04/Cargo.toml b/solutions/rust/2015/04/Cargo.toml index 2ae7d79f0..50030b56c 100644 --- a/solutions/rust/2015/04/Cargo.toml +++ b/solutions/rust/2015/04/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201504" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2015/05/Cargo.toml b/solutions/rust/2015/05/Cargo.toml index 30cf60df6..9273349e6 100644 --- a/solutions/rust/2015/05/Cargo.toml +++ b/solutions/rust/2015/05/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201505" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2016/01/Cargo.toml b/solutions/rust/2016/01/Cargo.toml index 385e6434c..8578facb1 100644 --- a/solutions/rust/2016/01/Cargo.toml +++ b/solutions/rust/2016/01/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201601" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2017/01/Cargo.toml b/solutions/rust/2017/01/Cargo.toml index b988063f2..20c8a4cbb 100644 --- a/solutions/rust/2017/01/Cargo.toml +++ b/solutions/rust/2017/01/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201701" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2018/01/Cargo.toml b/solutions/rust/2018/01/Cargo.toml index ed52ab72d..a70058d09 100644 --- a/solutions/rust/2018/01/Cargo.toml +++ b/solutions/rust/2018/01/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201801" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/01/Cargo.toml b/solutions/rust/2019/01/Cargo.toml index 63ca3e612..caf93e61b 100644 --- a/solutions/rust/2019/01/Cargo.toml +++ b/solutions/rust/2019/01/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201901" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/02/Cargo.toml b/solutions/rust/2019/02/Cargo.toml index 1f1a30d42..2d9836da0 100644 --- a/solutions/rust/2019/02/Cargo.toml +++ b/solutions/rust/2019/02/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201902" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/03/Cargo.toml b/solutions/rust/2019/03/Cargo.toml index 12a1caa8e..0eebb9562 100644 --- a/solutions/rust/2019/03/Cargo.toml +++ b/solutions/rust/2019/03/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201903" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/04/Cargo.toml b/solutions/rust/2019/04/Cargo.toml index f56dae828..547b5d010 100644 --- a/solutions/rust/2019/04/Cargo.toml +++ b/solutions/rust/2019/04/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201904" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/05/Cargo.toml b/solutions/rust/2019/05/Cargo.toml index 4f8de161d..0fa4b9ce6 100644 --- a/solutions/rust/2019/05/Cargo.toml +++ b/solutions/rust/2019/05/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201905" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/06/Cargo.toml b/solutions/rust/2019/06/Cargo.toml index 0f23cfa68..c17aeaede 100644 --- a/solutions/rust/2019/06/Cargo.toml +++ b/solutions/rust/2019/06/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201906" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/07/Cargo.toml b/solutions/rust/2019/07/Cargo.toml index cbce9efb2..e2fc39477 100644 --- a/solutions/rust/2019/07/Cargo.toml +++ b/solutions/rust/2019/07/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201907" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/08/Cargo.toml b/solutions/rust/2019/08/Cargo.toml index be942bd7f..17e04af32 100644 --- a/solutions/rust/2019/08/Cargo.toml +++ b/solutions/rust/2019/08/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201908" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/09/Cargo.toml b/solutions/rust/2019/09/Cargo.toml index 897ee5312..288ba1581 100644 --- a/solutions/rust/2019/09/Cargo.toml +++ b/solutions/rust/2019/09/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201909" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/10/Cargo.toml b/solutions/rust/2019/10/Cargo.toml index 16d70ca2d..f4ffa6e24 100644 --- a/solutions/rust/2019/10/Cargo.toml +++ b/solutions/rust/2019/10/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201910" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/11/Cargo.toml b/solutions/rust/2019/11/Cargo.toml index 7fae7f33e..a38c1bb6d 100644 --- a/solutions/rust/2019/11/Cargo.toml +++ b/solutions/rust/2019/11/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201911" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/12/Cargo.toml b/solutions/rust/2019/12/Cargo.toml index 79611291e..9f925715e 100644 --- a/solutions/rust/2019/12/Cargo.toml +++ b/solutions/rust/2019/12/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201912" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/13/Cargo.toml b/solutions/rust/2019/13/Cargo.toml index 368d41d7c..7fa2b585d 100644 --- a/solutions/rust/2019/13/Cargo.toml +++ b/solutions/rust/2019/13/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201913" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/14/Cargo.toml b/solutions/rust/2019/14/Cargo.toml index ca83333ce..b577a0a15 100644 --- a/solutions/rust/2019/14/Cargo.toml +++ b/solutions/rust/2019/14/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201914" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/15/Cargo.toml b/solutions/rust/2019/15/Cargo.toml index 74fb8bdff..ffa5e28ee 100644 --- a/solutions/rust/2019/15/Cargo.toml +++ b/solutions/rust/2019/15/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201915" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/16/Cargo.toml b/solutions/rust/2019/16/Cargo.toml index a47752a78..2604de32c 100644 --- a/solutions/rust/2019/16/Cargo.toml +++ b/solutions/rust/2019/16/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201916" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/17/Cargo.toml b/solutions/rust/2019/17/Cargo.toml index cc212b36c..32d81478f 100644 --- a/solutions/rust/2019/17/Cargo.toml +++ b/solutions/rust/2019/17/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201917" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/18/Cargo.toml b/solutions/rust/2019/18/Cargo.toml index bc7fe7855..f4f17e780 100644 --- a/solutions/rust/2019/18/Cargo.toml +++ b/solutions/rust/2019/18/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201918" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/19/Cargo.toml b/solutions/rust/2019/19/Cargo.toml index 9bb7aaee3..e7a86d01c 100644 --- a/solutions/rust/2019/19/Cargo.toml +++ b/solutions/rust/2019/19/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201919" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/20/Cargo.toml b/solutions/rust/2019/20/Cargo.toml index 47e3e437e..bd973fbd6 100644 --- a/solutions/rust/2019/20/Cargo.toml +++ b/solutions/rust/2019/20/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201920" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/21/Cargo.toml b/solutions/rust/2019/21/Cargo.toml index d35ccca33..e0fc43334 100644 --- a/solutions/rust/2019/21/Cargo.toml +++ b/solutions/rust/2019/21/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201921" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/22/Cargo.toml b/solutions/rust/2019/22/Cargo.toml index fec6ab258..ec034da06 100644 --- a/solutions/rust/2019/22/Cargo.toml +++ b/solutions/rust/2019/22/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201922" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/23/Cargo.toml b/solutions/rust/2019/23/Cargo.toml index 42ad80e1a..29699b81d 100644 --- a/solutions/rust/2019/23/Cargo.toml +++ b/solutions/rust/2019/23/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201923" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/2019/24/Cargo.toml b/solutions/rust/2019/24/Cargo.toml index ccac0fcd0..6ff050def 100644 --- a/solutions/rust/2019/24/Cargo.toml +++ b/solutions/rust/2019/24/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoc201924" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" diff --git a/solutions/rust/lib/Cargo.toml b/solutions/rust/lib/Cargo.toml index ef5e46219..d07fa8a58 100644 --- a/solutions/rust/lib/Cargo.toml +++ b/solutions/rust/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aoclib" version = "1.0.0" -authors = ["AlexAegis "] +authors = ["AlexAegis "] license = "mit" edition = "2021" repository = "https://github.com/AlexAegis/advent-of-code"