tui-journal: fix typo

This commit is contained in:
Robert Schütz 2024-01-27 20:34:02 -08:00
parent 68643bd6d1
commit c35f02f053

View file

@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
];
meta = with lib; {
description = "Your journal app if you live in a terminl";
description = "Your journal app if you live in a terminal";
homepage = "https://github.com/AmmarAbouZor/tui-journal";
changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${src.rev}/CHANGELOG.ron";
license = licenses.mit;