maestral-qt: set mainProgram and changelog meta attributes

authored by Stefan Frijters and committed by Peter Hoeg 0e3813f4 b45ec953

+3 -1
+3 -1
pkgs/applications/networking/maestral-qt/default.nix
··· 56 56 57 57 meta = with lib; { 58 58 description = "GUI front-end for maestral (an open-source Dropbox client) for Linux"; 59 + homepage = "https://maestral.app"; 60 + changelog = "https://github.com/samschott/maestral/releases/tag/v${version}"; 59 61 license = licenses.mit; 60 62 maintainers = with maintainers; [ peterhoeg sfrijters ]; 61 63 platforms = platforms.linux; 62 - homepage = "https://maestral.app"; 64 + mainProgram = "maestral_qt"; 63 65 }; 64 66 }