Merge pull request #231857 from figsoda/cloudlog

cloudlog: shorten description

authored by

Jörg Thalheim and committed by
GitHub
492d1b7b ea15bf4b

+3 -6
+3 -6
pkgs/applications/radio/cloudlog/default.nix
··· 3 , fetchFromGitHub 4 , nix-update-script 5 , nixosTests 6 - , php}: 7 8 stdenvNoCC.mkDerivation rec { 9 pname = "cloudlog"; ··· 34 }; 35 36 meta = with lib; { 37 - description = '' 38 - Web based amateur radio logging application built using PHP & MySQL 39 - supports general station logging tasks from HF to Microwave with 40 - supporting applications to support CAT control. 41 - ''; 42 license = licenses.mit; 43 homepage = "https://www.magicbug.co.uk/cloudlog"; 44 platforms = php.meta.platforms;
··· 3 , fetchFromGitHub 4 , nix-update-script 5 , nixosTests 6 + , php 7 + }: 8 9 stdenvNoCC.mkDerivation rec { 10 pname = "cloudlog"; ··· 35 }; 36 37 meta = with lib; { 38 + description = "Web based amateur radio logging application built using PHP & MySQL"; 39 license = licenses.mit; 40 homepage = "https://www.magicbug.co.uk/cloudlog"; 41 platforms = php.meta.platforms;