summaryrefslogtreecommitdiff
path: root/Utility/TList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/TList.hs')
-rw-r--r--Utility/TList.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/TList.hs b/Utility/TList.hs
index 5532cdce5..033c8ca02 100644
--- a/Utility/TList.hs
+++ b/Utility/TList.hs
@@ -6,7 +6,7 @@
- Unlike a TQueue, the entire contents of a TList can be efficiently
- read without modifying it.
-
- - Copyright 2013 Joey Hess <joey@kitenet.net>
+ - Copyright 2013 Joey Hess <id@joeyh.name>
-}
{-# LANGUAGE BangPatterns #-}