summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@fprintf.net>2007-06-30 14:07:56 -0400
committerDaniel Gryniewicz <dang@fprintf.net>2007-06-30 14:07:56 -0400
commitab5fa2f621679c47e5676a4a2e64d1decde7d02c (patch)
treeabdeac38064cd540e8e32cc6d0e22f5f335f7f9e
parentDon't track .pyc files (diff)
downloadgentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.tar.gz
gentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.tar.bz2
gentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.zip
Change contact name to me
-rw-r--r--modules/gnome_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gnome_output.py b/modules/gnome_output.py
index 8689183..895340b 100644
--- a/modules/gnome_output.py
+++ b/modules/gnome_output.py
@@ -59,7 +59,7 @@ class Output:
# header
lines.append("<html>")
lines.append("<h2>Gnome " + clioptions_module.Options().get_arguments().release_number + " Progress</h2>")
- lines.append("contact AllanonJL if anything is not correct<br>")
+ lines.append("contact dang@gentoo.org if anything is not correct<br>")
lines.append("Generated date: " + current_time + "<br>")
lines.append("Directories checked ( recursively ): <br>")
for dir in gnome_module.GNOME().release_directories: