aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xabout.cgi2
-rw-r--r--config_defaults.rb2
-rw-r--r--config_sample.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 94011b7..e83fa3c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Author:
- Benjamin Kellermann <Benjamin dot Kellermann at tu-dresden in Germany>
+ Benjamin Kellermann <Benjamin dot Kellermann at gmx in Germany>
Requirements:
* ruby >=1.8
* git >=1.6.5 (preferred and default setting) or bzr
diff --git a/about.cgi b/about.cgi
index b3c40af..6483a33 100755
--- a/about.cgi
+++ b/about.cgi
@@ -26,7 +26,7 @@ require "dudle"
$d = Dudle.new
$d << "<div>"
-$d << _('If you find a bug or have something else which disturbes you, please let me know: <a href="mailto:Benjamin_dot_Kellermann@tu-dresden_in_germany?subject=Feedback%20to%20dudle">give feedback</a>')
+$d << _('If you find a bug or have something else which disturbes you, please let me know: <a href="mailto:Benjamin_dot_Kellermann@gmx_in_germany?subject=Feedback%20to%20dudle">give feedback</a>')
$d << "</div>"
$d << "<div><h2>" + _("--verbose") + "</h2>"
$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>")
diff --git a/config_defaults.rb b/config_defaults.rb
index 7acba49..faf4dab 100644
--- a/config_defaults.rb
+++ b/config_defaults.rb
@@ -45,7 +45,7 @@ $conf.footer = []
}
$conf.errorlog = ""
-$conf.bugreportmail = "Benjamin.Kellermann@tu-dresden.de"
+$conf.bugreportmail = "Benjamin.Kellermann@gmx.de"
$conf.auto_send_report = false
$conf.indexnotice = <<INDEXNOTICE
diff --git a/config_sample.rb b/config_sample.rb
index 53bbead..a2f03b9 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -55,7 +55,7 @@
# If you do not know what to do what I am speaking about, just do not uncomment
# the next line
#$conf.errorlog = "/var/log/dudle_error.log"
-#$conf.bugreportmail = "Benjamin.Kellermann@tu-dresden.de"
+#$conf.bugreportmail = "Benjamin.Kellermann@gmx.de"
# Send bug reports automatically with the programm “mail”
#$conf.auto_send_report = false