Unverified Commit 6a1c602a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

theattyr: remove leading indefinite article in description (#352058)

parents 29d18ed8 d349e94f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;