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;