Unverified Commit b877cf77 authored by Connor Brewster's avatar Connor Brewster Committed by GitHub
Browse files

Update pkgs/by-name/he/hermitcli/package.nix

parent c02c6dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;