dropbox-cli: add meta.mainProgram

+2
+2
pkgs/applications/networking/dropbox/cli.nix
··· 66 66 homepage = "https://www.dropbox.com"; 67 67 description = "Command line client for the dropbox daemon"; 68 68 license = lib.licenses.gpl3Plus; 69 + mainProgram = "dropbox"; 70 + maintainers = with lib.maintainers; [ eclairevoyant ]; 69 71 # NOTE: Dropbox itself only works on linux, so this is ok. 70 72 platforms = lib.platforms.linux; 71 73 };