mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 02:39:20 +01:00
fix: max 5 keywords...
This commit is contained in:
parent
4bc7c1c02a
commit
be9e716ac9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
authors = [ "alemi <me@alemi.dev>" ]
|
||||
description = "A simple oscilloscope/vectorscope/spectroscope for your terminal"
|
||||
license = "MIT"
|
||||
keywords = ["cli", "tui", "terminal", "audio", "visualization", "scope", "oscilloscope", "spectroscope"]
|
||||
keywords = ["cli", "tui", "audio", "visualization", "scope"]
|
||||
repository = "https://git.alemi.dev/scope-tui.git"
|
||||
readme = "README.md"
|
||||
|
||||
|
|
Loading…
Reference in a new issue