about summary refs log tree commit diff
path: root/pkgs/applications/graphics/eyedropper
diff options
context:
space:
mode:
authorFineFindus <63370021+FineFindus@users.noreply.github.com>2023-02-12 19:06:42 +0100
committerGitHub <noreply@github.com>2023-02-12 19:06:42 +0100
commitf182923bf097f622a1dbd38ee682375d0dd37219 (patch)
tree92c3e1d54693917141448c4d24aa3ed623ca3004 /pkgs/applications/graphics/eyedropper
parentccdb8d200f605fe25707bf4a0f3846ae15208960 (diff)
eyedropper: update description
Description changed and no longer described the project correctly.
Diffstat (limited to 'pkgs/applications/graphics/eyedropper')
-rw-r--r--pkgs/applications/graphics/eyedropper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/eyedropper/default.nix b/pkgs/applications/graphics/eyedropper/default.nix
index 8b4411ad04b36..d088f633c3f3b 100644
--- a/pkgs/applications/graphics/eyedropper/default.nix
+++ b/pkgs/applications/graphics/eyedropper/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "An easy-to-use color picker and editor";
+    description = "A powerful color picker and formatter";
     homepage = "https://github.com/FineFindus/eyedropper";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;