diff options
author | Daniel Gryniewicz <dang@fprintf.net> | 2007-06-30 14:07:56 -0400 |
---|---|---|
committer | Daniel Gryniewicz <dang@fprintf.net> | 2007-06-30 14:07:56 -0400 |
commit | ab5fa2f621679c47e5676a4a2e64d1decde7d02c (patch) | |
tree | abdeac38064cd540e8e32cc6d0e22f5f335f7f9e | |
parent | Don't track .pyc files (diff) | |
download | gentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.tar.gz gentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.tar.bz2 gentoo-bumpchecker-ab5fa2f621679c47e5676a4a2e64d1decde7d02c.zip |
Change contact name to me
-rw-r--r-- | modules/gnome_output.py | 2 |
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: |