Commit 9a8e69dd authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

any-nix-shell: update description

parent 119f78fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    description = "fish and zsh support for nix-shell";
    description = "fish, xonsh and zsh support for nix-shell";
    license = licenses.mit;
    homepage = "https://github.com/haslersn/any-nix-shell";
    maintainers = with maintainers; [ haslersn ];