about summary refs log tree commit diff
path: root/pkgs/applications/misc/openrgb-plugins/effects/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/openrgb-plugins/effects/default.nix')
-rw-r--r--pkgs/applications/misc/openrgb-plugins/effects/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/openrgb-plugins/effects/default.nix b/pkgs/applications/misc/openrgb-plugins/effects/default.nix
index f84aa13b72199..9cdda76f8a138 100644
--- a/pkgs/applications/misc/openrgb-plugins/effects/default.nix
+++ b/pkgs/applications/misc/openrgb-plugins/effects/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     homepage = "https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin";
-    description = "An effects plugin for OpenRGB";
+    description = "Effects plugin for OpenRGB";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.linux;