From a2275a12c5c50abc39eac1862259c1a1fc8e8006 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 11 Dec 2006 22:21:12 +0000 Subject: [PATCH] The author's address is incorrect in setyp.py Signed-off-by: Catalin Marinas --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc25149..cf5b1da 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name = 'stgit', version = version, license = 'GPLv2', author = 'Catalin Marinas', - author_email = 'catalin.marinas@gmail.org', + author_email = 'catalin.marinas@gmail.com', url = 'http://www.procode.org/stgit/', description = 'Stacked GIT', long_description = 'Push/pop utility on top of GIT', -- 2.11.0