about summary refs log tree commit diff
diff options
context:
space:
mode:
authordaru <mica.tui@proton.me>2024-04-23 07:13:18 +0200
committerdaru <mica.tui@proton.me>2024-04-23 07:13:18 +0200
commit9e5f017ecc2cd7d555b88f39888cd71a7e5c90d2 (patch)
treee0b8f4e608a134ee664b00ba2344926d1e7ca624
parent6f257b6d5ab1545713301cd215c3a57a41facbdf (diff)
adbtuifm: shorten meta.description attribute
Changed the description to adhere to the meta guidelines
-rw-r--r--pkgs/by-name/ad/adbtuifm/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ad/adbtuifm/package.nix b/pkgs/by-name/ad/adbtuifm/package.nix
index e13ecdc0a42c7..8f8c15c283be5 100644
--- a/pkgs/by-name/ad/adbtuifm/package.nix
+++ b/pkgs/by-name/ad/adbtuifm/package.nix
@@ -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];