Merge pull request #216868 from phip1611/ansi-fix

ansi: fix typo
This commit is contained in:
Fabian Affolter
2023-02-18 00:37:45 +01:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
description = "Quickly get ANSI escape sequences";
longDescription = ''
CLI utility called "ansi" to quickly get ANSI escape sequences. Supports
the colors and styles, such as bold or italic.";
the colors and styles, such as bold or italic.
'';
homepage = "https://github.com/phip1611/ansi-escape-sequences-cli";
license = with licenses; [ mit ];