theattyr: remove leading indefinite article in description

This commit is contained in:
a-kenji 2024-10-29 09:47:00 +01:00
parent 87c3a6961a
commit d349e94fe1

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = {
description = "A terminal theater for playing VT100 art and animations";
description = "Terminal theater for playing VT100 art and animations";
homepage = "https://github.com/orhun/theattyr";
changelog = "https://github.com/orhun/theattyr/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;