From ce2913488e2a9d53b4bb87618544ad574c05a582 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 17:32:50 +0200 Subject: [PATCH] Update my email address --- setup.py | 2 +- xattr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b8f0c6f..e9bca09 100755 --- 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 104cd6d..7c59090 100644 --- 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 + Iustin Pop This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public -- 2.39.2