From 9e5f017ecc2cd7d555b88f39888cd71a7e5c90d2 Mon Sep 17 00:00:00 2001 From: daru Date: Tue, 23 Apr 2024 07:13:18 +0200 Subject: [PATCH] adbtuifm: shorten meta.description attribute Changed the description to adhere to the meta guidelines --- pkgs/by-name/ad/adbtuifm/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adbtuifm/package.nix b/pkgs/by-name/ad/adbtuifm/package.nix index e13ecdc0a42c..8f8c15c283be 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];