diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
commit | 2f2635528d8e428e0fafaf7877a4572a397cdf52 (patch) | |
tree | aea27617e406050b507efa379ea6a1bf7497d6d3 /Utility/InodeCache.hs | |
parent | 14a50deef7c83c104ce5e706dfb2e9887a37e663 (diff) |
update my email address and homepage url
Diffstat (limited to 'Utility/InodeCache.hs')
-rw-r--r-- | Utility/InodeCache.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/InodeCache.hs b/Utility/InodeCache.hs index d068e3801..b5fe9034e 100644 --- a/Utility/InodeCache.hs +++ b/Utility/InodeCache.hs @@ -1,7 +1,7 @@ {- Caching a file's inode, size, and modification time - to see when it's changed. - - - Copyright 2013, 2014 Joey Hess <joey@kitenet.net> + - Copyright 2013, 2014 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} |