clipit: set meta.mainProgram
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
parent
c01d3cb418
commit
2963dff571
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue