summary refs log tree commit diff
path: root/pkgs/applications/kde/kmag.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kmag.nix')
-rw-r--r--pkgs/applications/kde/kmag.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kmag.nix b/pkgs/applications/kde/kmag.nix
index 701d8dbf130..fdac690cf22 100644
--- a/pkgs/applications/kde/kmag.nix
+++ b/pkgs/applications/kde/kmag.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "kmag";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/utilities/org.kde.kmag";
-    description = "KMag is a small utility for Linux to magnify a part of the screen";
+    description = "A small Linux utility to magnify a part of the screen";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;