summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-01-14 00:19:44 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-14 00:19:44 -0200
commit7fd5e80429123d7ca35924b99e33b377a128be28 (patch)
tree0cc2fa2194d7ac4865fb19b47d4302520c05634b
parent8ace29c267bad42bc898152541f7732834b291c2 (diff)
New home, new life!
-rw-r--r--CRT.c2
-rw-r--r--README4
-rw-r--r--configure.ac2
-rw-r--r--htop.1.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/CRT.c b/CRT.c
index 64a38120..6ddd8d91 100644
--- a/CRT.c
+++ b/CRT.c
@@ -131,7 +131,7 @@ static void CRT_handleSIGSEGV(int sgn) {
(void) sgn;
CRT_done();
#if __linux
- fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://htop.sf.net\n");
+ fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://hisham.hm/htop\n");
#ifdef HAVE_EXECINFO_H
size_t size = backtrace(backtraceArray, sizeof(backtraceArray) / sizeof(void *));
fprintf(stderr, "\n Please include in your report the following backtrace: \n");
diff --git a/README b/README
index 5038677a..ad0e1671 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
htop
-by Hisham Muhammad <loderunner@users.sourceforge.net>
+by Hisham Muhammad <hisham@gobolinux.org>
-May, 2004 - December, 2010
+May, 2004 - January, 2014
Introduction
~~~~~~~~~~~~
diff --git a/configure.ac b/configure.ac
index 668a0953..45c0b53b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
-AC_INIT([htop],[1.0.2],[loderunner@users.sourceforge.net])
+AC_INIT([htop],[1.0.2],[hisham@gobolinux.org])
# The following two lines are required by hwloc scripts
AC_USE_SYSTEM_EXTENSIONS
diff --git a/htop.1.in b/htop.1.in
index a99c2c25..e94d4086 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -321,7 +321,7 @@ proc(5), top(1), free(1), ps(1), uptime(1)
.SH "AUTHORS"
.LP
-htop is developed by Hisham Muhammad <loderunner@users.sourceforge.net>.
+htop is developed by Hisham Muhammad <hisham@gobolinux.org>.
.LP
This man page was written by Bartosz Fenski <fenio@o2.pl> for the Debian
GNU/Linux distribution (but it may be used by others). It was updated by Hisham

© 2014-2024 Faster IT GmbH | imprint | privacy policy