Unverified Commit 645d73be authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #216041 from FineFindus/fix/eyedropper-description

eyedropper: update description
parents 532f202b f182923b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;