summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Minack <enrico-minack@gmx.de>2010-08-02 16:04:23 +0200
committerEnrico Minack <enrico-minack@gmx.de>2010-08-02 16:04:23 +0200
commitd1edc157bb1312fba1c30dfe317079415e16d79a (patch)
tree4297e03b7283ee422856742b3ebc0874f6cf44f0
parentc6d7510c33249735b8b5ac2e24440155baa8e833 (diff)
[invest-applet] updated authors list
-rw-r--r--MAINTAINERS10
-rw-r--r--invest-applet/invest/about.py4
2 files changed, 5 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ca9458384..320ec54e3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -29,11 +29,7 @@ Userid: rbultje
Invest Applet Maintainer:
-Raphael Slinckx
-Email: raphael@slinckx.net
-Userid: rslinckx
-
-Enrico Minach
-Email: enrico-minack@gmx.de:
+Enrico Minack
+Email: enrico-minack@gmx.de
Userid: eminack
-
+
diff --git a/invest-applet/invest/about.py b/invest-applet/invest/about.py
index 986c281f0..e2829e86d 100644
--- a/invest-applet/invest/about.py
+++ b/invest-applet/invest/about.py
@@ -18,10 +18,10 @@ def show_about():
"logo" : invest_logo,
"version" : VERSION,
"comments" : _("Track your invested money."),
- "copyright" : "Copyright © 2004-2005 Raphael Slinckx."
+ "copyright" : "Copyright © 2004-2005 Raphael Slinckx.\nCopyright © 2009-2010 Enrico Minack."
}
- about.set_authors(["Raphael Slinckx <raphael@slinckx.net>"])
+ about.set_authors(["Raphael Slinckx <raphael@slinckx.net>", "Enrico Minack <enrico-minack@gmx.de>"])
# about.set_artists([])
# about.set_documenters([])