summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-15 18:03:12 -0500
committerJune McEnroe <june@causal.agency>2020-01-15 18:03:12 -0500
commit6520b36589b30cf05147ff8fb0e28174bc4df3f3 (patch)
tree63c04a92666ddb5d6089ae6333ae6f7c3fa6539f
parentSolve day 10 part 2 (diff)
downloadaoc-6520b36589b30cf05147ff8fb0e28174bc4df3f3.tar.gz
aoc-6520b36589b30cf05147ff8fb0e28174bc4df3f3.zip
Update author information
-rw-r--r--2016/Cargo.toml2
-rw-r--r--2016/LICENSE2
-rw-r--r--2017/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/2016/Cargo.toml b/2016/Cargo.toml
index 6650f95..31f88fc 100644
--- a/2016/Cargo.toml
+++ b/2016/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-authors = ["Curtis McEnroe <programble@gmail.com>"]
+authors = ["C. McEnroe <june@causal.agency>"]
 name = "aoc"
 version = "0.1.0"
 
diff --git a/2016/LICENSE b/2016/LICENSE
index 38d653d..112c50a 100644
--- a/2016/LICENSE
+++ b/2016/LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2016, Curtis McEnroe <curtis@cmcenroe.me>
+Copyright © 2016, C. McEnroe <june@causal.agency>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff --git a/2017/Cargo.toml b/2017/Cargo.toml
index 4c29d86..d221b88 100644
--- a/2017/Cargo.toml
+++ b/2017/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "aoc2017"
 version = "0.1.0"
-authors = ["Curtis McEnroe <programble@gmail.com>"]
+authors = ["C. McEnroe <june@causal.agency>"]
 
 [dependencies]