summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-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]