Skip to content

Commit

Permalink
fix attribution and web resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Aug 14, 2015
1 parent b5c99f1 commit 18bde70
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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
6 changes: 3 additions & 3 deletions ups-monitor
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion ups-monitor.1
Expand Up @@ -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 <arnaud.quette@mgeups.com>, for the Debian project, and was modified by Manuel Amador <dragonfear@gmail.com>. It
This manual page was written by Arnaud Quette <arnaud.quette@mgeups.com>, for the Debian project, and was modified by Manuel Amador <rudd-o@rudd-o.com>. It
may be used by others.

2 changes: 1 addition & 1 deletion ups-monitor.glade
Expand Up @@ -2146,7 +2146,7 @@ A graphical application to monitor the status of your UPS</property>
<child>
<widget class="GtkLabel" id="label68">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span foreground=&quot;blue&quot; underline=&quot;single&quot;&gt;dragonfear@gmail.com&lt;/span&gt;</property>
<property name="label" translatable="no">&lt;span foreground=&quot;blue&quot; underline=&quot;single&quot;&gt;rudd-o@rudd-o.com&lt;/span&gt;</property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
Expand Down
6 changes: 2 additions & 4 deletions ups-monitor.spec.in
Expand Up @@ -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.
Expand Down

0 comments on commit 18bde70

Please sign in to comment.