xonsh: remove indefinite article from meta.description

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
SamLukeYes 2024-07-20 02:20:47 +08:00 committed by GitHub
parent df83a721da
commit 52e3f9dbf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ let
meta = {
homepage = "https://xon.sh/";
description = "A Python-ish, BASHwards-compatible shell";
description = "Python-ish, BASHwards-compatible shell";
changelog = "https://github.com/xonsh/xonsh/raw/main/CHANGELOG.rst";
license = with lib.licenses; [ bsd3 ];
mainProgram = "xonsh";