aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")