mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
ansi: fix typo
This commit is contained in:
parent
9d344df50a
commit
bb64129175
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user