mynewt-newtmgr: update descriptions
Also removed platform specification
This commit is contained in:
parent
83f68ad36e
commit
4b3f728f6d
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue