···6666 homepage = "https://www.dropbox.com";6767 description = "Command line client for the dropbox daemon";6868 license = lib.licenses.gpl3Plus;6969+ mainProgram = "dropbox";7070+ maintainers = with lib.maintainers; [ eclairevoyant ];6971 # NOTE: Dropbox itself only works on linux, so this is ok.7072 platforms = lib.platforms.linux;7173 };