any-nix-shell: update description

This commit is contained in:
Thiago Kenji Okada
2024-07-20 21:20:55 +01:00
parent 119f78fd47
commit 9a8e69dd4e
+1 -1
View File
@@ -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 ];