summary refs log tree commit diff
path: root/pkgs/tools/misc/mynewt-newtmgr
diff options
context:
space:
mode:
authorbezmuth <benkel97@protonmail.com>2022-09-20 17:47:46 +0100
committerbezmuth <benkel97@protonmail.com>2022-09-20 17:47:46 +0100
commit4b3f728f6d6ccbc4669d645298fedbca28af6827 (patch)
treeb31e4a27349e2a074103faa4925a80bc11ea4a87 /pkgs/tools/misc/mynewt-newtmgr
parent83f68ad36e2066f3c5b410ec76f4779cf4835882 (diff)
downloadnixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar.gz
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar.bz2
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar.lz
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar.xz
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.tar.zst
nixpkgs-4b3f728f6d6ccbc4669d645298fedbca28af6827.zip
mynewt-newtmgr: update descriptions
Also removed platform specification
Diffstat (limited to 'pkgs/tools/misc/mynewt-newtmgr')
-rw-r--r--pkgs/tools/misc/mynewt-newtmgr/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/misc/mynewt-newtmgr/default.nix b/pkgs/tools/misc/mynewt-newtmgr/default.nix
index afc038e9638..987b17caa1b 100644
--- a/pkgs/tools/misc/mynewt-newtmgr/default.nix
+++ b/pkgs/tools/misc/mynewt-newtmgr/default.nix
@@ -28,11 +28,10 @@ buildGoModule rec {
     homepage = "https://mynewt.apache.org/";
     description = "Tool to communicate with devices running Mynewt OS";
     longDescription = ''
-      Newt Manager (newtmgr) is the application tool that enables a user to
-      communicate with and manage remote devices running the Mynewt OS
+      Newt Manager (newtmgr) an application that enables a user to communicate
+      with and manage remote devices running the Mynewt OS
     '';
     license = licenses.asl20;
     maintainers = with maintainers; [ bezmuth ];
-    platforms = platforms.unix;
   };
 }