From b877cf77e1f2236026fdc82c68af8a3c88e3573a Mon Sep 17 00:00:00 2001 From: Connor Brewster Date: Fri, 9 Feb 2024 18:18:05 -0600 Subject: [PATCH] Update pkgs/by-name/he/hermitcli/package.nix Co-authored-by: Anderson Torres --- pkgs/by-name/he/hermitcli/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/he/hermitcli/package.nix b/pkgs/by-name/he/hermitcli/package.nix index c977f07fe836..02437daec92e 100644 --- a/pkgs/by-name/he/hermitcli/package.nix +++ b/pkgs/by-name/he/hermitcli/package.nix @@ -25,7 +25,7 @@ buildGoModule rec { meta = with lib; { homepage = "https://cashapp.github.io/hermit"; - description = "Hermit manages isolated, self-bootstrapping sets of tools in software projects."; + description = "Manages isolated, self-bootstrapping sets of tools in software projects."; license = licenses.asl20; maintainers = with maintainers; [ cbrewster ]; platforms = platforms.unix;