diff options
| author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2023-05-14 16:20:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 16:20:19 +0100 |
| commit | 492d1b7b1ec175b7ca954978e4fedf366a348fb3 (patch) | |
| tree | e3a990acd133b463412e5eedf1cf244d71c58ee6 | |
| parent | Merge pull request #231854 from figsoda/pokete (diff) | |
| parent | cloudlog: shorten description (diff) | |
| download | nixpkgs-492d1b7b1ec175b7ca954978e4fedf366a348fb3.tar.gz | |
Merge pull request #231857 from figsoda/cloudlog
cloudlog: shorten description
| -rw-r--r-- | pkgs/applications/radio/cloudlog/default.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/radio/cloudlog/default.nix b/pkgs/applications/radio/cloudlog/default.nix index 9f303dc7b518..771866a1814e 100644 --- a/pkgs/applications/radio/cloudlog/default.nix +++ b/pkgs/applications/radio/cloudlog/default.nix @@ -3,7 +3,8 @@ , fetchFromGitHub , nix-update-script , nixosTests -, php}: +, php +}: stdenvNoCC.mkDerivation rec { pname = "cloudlog"; @@ -34,11 +35,7 @@ stdenvNoCC.mkDerivation rec { }; meta = with lib; { - description = '' - Web based amateur radio logging application built using PHP & MySQL - supports general station logging tasks from HF to Microwave with - supporting applications to support CAT control. - ''; + description = "Web based amateur radio logging application built using PHP & MySQL"; license = licenses.mit; homepage = "https://www.magicbug.co.uk/cloudlog"; platforms = php.meta.platforms; |
