diff --git a/docs/_includes/tip.html b/docs/_includes/tip.html index b36ebcab..db4e8472 100644 --- a/docs/_includes/tip.html +++ b/docs/_includes/tip.html @@ -24,7 +24,7 @@

Got a tip or trick you want to share with the community? Want to add it to the core documentation, under your own name and with an attribution link? If you've got what it takes, just write it up and email me, or better still, email me, or better still, send a pull request!

diff --git a/docs/_posts/2013-04-15-sync-alias.md b/docs/_posts/2013-04-15-sync-alias.md index 6e9bb47e..d7fa71c1 100644 --- a/docs/_posts/2013-04-15-sync-alias.md +++ b/docs/_posts/2013-04-15-sync-alias.md @@ -5,7 +5,7 @@ layout: tip categories: [tips] permalink: /documentation/tips/sync-alias author_name: hnrysmth -author_url: http://henrysmith.org/ +author_url: http://henry.catalinismith.com/ --- If your ppl address book is cloned on multiple computers, you're probably diff --git a/docs/_posts/2013-04-16-set-up-color-output.md b/docs/_posts/2013-04-16-set-up-color-output.md index 11a8a667..fb6430d9 100644 --- a/docs/_posts/2013-04-16-set-up-color-output.md +++ b/docs/_posts/2013-04-16-set-up-color-output.md @@ -5,7 +5,7 @@ layout: tip categories: [tips] permalink: /documentation/tips/set-up-color-output author_name: hnrysmth -author_url: http://henrysmith.org/ +author_url: http://henry.catalinismith.com/ --- ppl provides a system for configuring the output of many of its commands in a diff --git a/docs/_posts/2015-12-03-get-involved.md b/docs/_posts/2015-12-03-get-involved.md index 74d76f34..5d3c017c 100644 --- a/docs/_posts/2015-12-03-get-involved.md +++ b/docs/_posts/2015-12-03-get-involved.md @@ -19,7 +19,7 @@ different demands on my time. That's the bottleneck that's holding the project back and it's silly, really. For a while I've been wanting to do something about this. If you want to help -out in any way, however small, speak up on GitHub, [email me](mailto:henry@henrysmith.org), +out in any way, however small, speak up on GitHub, [email me](mailto:henry@catalinismith.com), or get in touch on [Twitter](https://twitter.com/hnrysmth). I'd love to add you to the organization and let you *just get started* making your ideas happen. Even if you just like the project, but don't have any immediate plans to do diff --git a/docs/index.html b/docs/index.html index 6e71f94a..874c406e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,12 +28,12 @@

$ ppl add henry "Henry Smith"
 $ ppl phone henry 012345678
-$ ppl email henry henry@henrysmith.org
+$ ppl email henry henry@catalinismith.com
 $ ppl show henry
-Henry Smith <henry@henrysmith.org>
+Henry Smith <henry@catalinismith.com>
 
 Email Addresses:
-  henry@henrysmith.org
+  henry@catalinismith.com
 
 Phone Numbers:
   0123456789
diff --git a/license b/license
index e2a02327..dcd45c65 100644
--- a/license
+++ b/license
@@ -1,4 +1,4 @@
-Copyright 2013 Henry Smith (henry@henrysmith.org)
+Copyright 2013 Henry Smith (henry@catalinismith.com)
 
 This project is free software released under the MIT/X11 license:
 
diff --git a/spec/ppl/adapter/email_scraper/mail_spec.rb b/spec/ppl/adapter/email_scraper/mail_spec.rb
index 612c9039..6d6fd96b 100644
--- a/spec/ppl/adapter/email_scraper/mail_spec.rb
+++ b/spec/ppl/adapter/email_scraper/mail_spec.rb
@@ -20,7 +20,7 @@
         "From: Test User ",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",
@@ -37,7 +37,7 @@
         "From: Test User ",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",
@@ -54,7 +54,7 @@
         "From: Test User ",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",
@@ -71,7 +71,7 @@
         "From: test@example.org",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",
@@ -87,7 +87,7 @@
         "From: Test User ",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",
@@ -105,7 +105,7 @@
         "From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGA?= ",
         "Message-ID: ",
         "Subject: Test Email",
-        "To: henry@henrysmith.org",
+        "To: henry@catalinismith.com",
         "",
         "Hey,",
         "This is a test email.",