clipit: set meta.mainProgram

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
Reed 2024-02-06 17:42:35 -05:00
parent c01d3cb418
commit 2963dff571

View File

@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Lightweight GTK Clipboard Manager";
inherit (src.meta) homepage;
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "clipit";
maintainers = with maintainers; [ kamilchm ];
};
}