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

eyedropper: update description
This commit is contained in:
figsoda
2023-02-12 14:50:05 -05:00
committed by GitHub
@@ -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;