Commit bb641291 authored by Philipp Schuster's avatar Philipp Schuster
Browse files

ansi: fix typo

parent 9d344df5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];