diff --git a/AUTHORS b/AUTHORS index f5a321a..0419044 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Manuel Amador (Rudd-O) dragonfear@gmail.com +Manuel Amador (Rudd-O) rudd-o@rudd-o.com Eugenia Loli-Queru eloli@hotmail.com Peter Williams peter@newton.cx Arnaud Quette arnaud.quette@mgeups.com diff --git a/ups-monitor b/ups-monitor index 59d1302..082856f 100755 --- a/ups-monitor +++ b/ups-monitor @@ -1084,13 +1084,13 @@ class UPSMonitor (gtk.glade.XML): def open_website(self,caller = None): - self.run_uri("http://www.usm.edu.ec/~amadorm/software/") + self.run_uri("http://rudd-o.com/projects/ups-monitor") def open_author_website(self,caller = None): - self.run_uri("http://www.usm.edu.ec/~amadorm/") + self.run_uri("https://rudd-o.com/") def send_mail_to_author(self,caller = None): - self.run_uri("mailto:dragonfear@gmail.com") + self.run_uri("mailto:rudd-o@rudd-o.com") def open_gpl(self,caller = None): self.run_uri("http://www.fsf.org/copyleft/gpl.txt") diff --git a/ups-monitor.1 b/ups-monitor.1 index 1a32243..36d4310 100644 --- a/ups-monitor.1 +++ b/ups-monitor.1 @@ -34,6 +34,6 @@ For a full list, call ups-monitor --help None are known .SH AUTHOR -This manual page was written by Arnaud Quette , for the Debian project, and was modified by Manuel Amador . It +This manual page was written by Arnaud Quette , for the Debian project, and was modified by Manuel Amador . It may be used by others. diff --git a/ups-monitor.glade b/ups-monitor.glade index b3d22c2..75f63b3 100644 --- a/ups-monitor.glade +++ b/ups-monitor.glade @@ -2146,7 +2146,7 @@ A graphical application to monitor the status of your UPS True - <span foreground="blue" underline="single">dragonfear@gmail.com</span> + <span foreground="blue" underline="single">rudd-o@rudd-o.com</span> True True GTK_JUSTIFY_LEFT diff --git a/ups-monitor.spec.in b/ups-monitor.spec.in index 3fee076..999e76b 100644 --- a/ups-monitor.spec.in +++ b/ups-monitor.spec.in @@ -7,16 +7,14 @@ Summary: An UPS monitor for the GNOME desktop Summary(es): Un monitor de SAI para el escritorio GNOME Name: ups-monitor -Vendor: Amauta Version: %ver Release: %rel License: GPL Group: System/Monitoring Source: %{name}-%ver.tar.gz -URL: http://www.amautacorp.com/staff/Rudd-O/projects/ups-front/ +URL: https://rudd-o.com/projects/ups-monitor BuildRoot: %{_tmppath}/build-%{name}-%{ver} -Requires: pygtk2 pygtk2-libglade gnome-python2 -BuildArch: i386 +Requires: pygtk2 pygtk2-libglade %description UPS monitor is a simple tool that displays UPS information in real time.