Update my email address pyxattr-v0.5.4
authorIustin Pop <iustin@k1024.org>
Thu, 30 Apr 2015 15:32:50 +0000 (17:32 +0200)
committerIustin Pop <iustin@k1024.org>
Thu, 30 Apr 2015 15:32:50 +0000 (17:32 +0200)
setup.py
xattr.c

index b8f0c6f6c53c179bacaffcd44507adb01c85e492..e9bca09d00103670d4816c88e2f12a87fecee4ac 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ implements extended attributes manipulation. It is a wrapper on top
 of the attr C library - see attr(5)."""
 version = "0.5.4"
 author = "Iustin Pop"
-author_email = "iusty@k1024.org"
+author_email = "iustin@k1024.org"
 macros = [
     ("_XATTR_VERSION", '"%s"' % version),
     ("_XATTR_AUTHOR", '"%s"' % author),
diff --git a/xattr.c b/xattr.c
index 104cd6ddcc0f81787d5820349a73120709ab197a..7c5909055cdcec4f1ff358b34d660b33dc347843 100644 (file)
--- a/xattr.c
+++ b/xattr.c
@@ -2,7 +2,7 @@
     xattr - a python module for manipulating filesystem extended attributes
 
     Copyright (C) 2002, 2003, 2006, 2008, 2012, 2013, 2015
-      Iustin Pop <iusty@k1024.org>
+      Iustin Pop <iustin@k1024.org>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public