From 1ca2f7ca7ca1ee80a77224ccf9170b671173f99c Mon Sep 17 00:00:00 2001 From: jaredmontoya <49511278+jaredmontoya@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:43:57 +0200 Subject: [PATCH] Fix grammar in ear2ctl description Co-authored-by: Aleksana --- pkgs/by-name/ea/ear2ctl/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ea/ear2ctl/package.nix b/pkgs/by-name/ea/ear2ctl/package.nix index c87217fcb377..5056eeb925ca 100644 --- a/pkgs/by-name/ea/ear2ctl/package.nix +++ b/pkgs/by-name/ea/ear2ctl/package.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ dbus ]; meta = with lib; { - description = "Controls for the Nothing Ear (2)"; + description = "Linux controller for the Nothing Ear (2)"; homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl"; license = licenses.gpl3Plus; platforms = platforms.linux;