adbtuifm: shorten meta.description attribute
Changed the description to adhere to the meta guidelines
This commit is contained in:
parent
6f257b6d5a
commit
9e5f017ecc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
};
|
||||
vendorHash = "sha256-voVoowjM90OGWXF4REEevO8XEzT7azRYiDay4bnGBks=";
|
||||
meta = with lib; {
|
||||
description = "adbtuifm is a TUI-based file manager for the Android Debug Bridge, to make transfers between the device and client easier";
|
||||
description = "A TUI-based file manager for the Android Debug Bridge";
|
||||
homepage = "https://github.com/darkhz/adbtuifm";
|
||||
changelog = "https:/github.com/darkhz/adbtuifm/releases/tag/v${version}";
|
||||
license = with licenses; [mit];
|
||||
|
|
Loading…
Reference in a new issue