aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-29 13:53:26 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-29 13:53:26 +0200
commit1d7f64651b74e7765c9028f587d418596a40307c (patch)
tree2b1616b9c875d7b067d298ad25ef5ff63828cf16
parent88c3d0c11ef6e68e8a11a394b338fe84682b22ae (diff)
downloadvicious-legacy-1d7f64651b74e7765c9028f587d418596a40307c.tar.xz
pkg: description updated
-rw-r--r--README2
-rw-r--r--widgets/pkg.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 48ff235..e69c7aa 100644
--- a/README
+++ b/README
@@ -238,7 +238,7 @@ vicious.widgets.org
4th as count of tasks to do in the week
vicious.widgets.pkg
- - provides number of pending updates on GNU/Linux
+ - provides number of pending updates on UNIX systems
- takes the distribution name as an argument, i.e. "Arch"
- returns 1st value as the count of available updates
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index 940d173..da4cf98 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
-- }}}
--- Pkg: provides number of pending updates on GNU/Linux
+-- Pkg: provides number of pending updates on UNIX systems
module("vicious.widgets.pkg")