diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-05 02:59:47 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-05 02:59:47 +0000 |
commit | 5c78971c19a9f941c896b2c818d45319b64651b3 (patch) | |
tree | e5d69148d5d38427f3152ae486f4ce5685adea65 /hardinfo2/computer.c | |
parent | a1054182ecd202db45cde1883991d70dbb954763 (diff) |
LoadGraph optimizations, enhancements and cleanups.
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index a4a53c9a..fe1f594e 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -395,7 +395,7 @@ hi_module_get_about(void) { static ModuleAbout ma[] = { { - .author = "Leandro A. F. Pereira (leandro@linuxmag.com.br)", + .author = "Leandro A. F. Pereira", .version = VERSION, .license = "GNU GPL version 2" } |