diff options
| author | Mariot Tsitoara <[email protected]> | 2022-08-22 08:04:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-22 08:04:46 +0000 |
| commit | 1b4bfc283fd6867c8159eb39ba679d45d086305d (patch) | |
| tree | 4f7bd867cd032b0537a7d1774611c0e786c416da /Cargo.toml | |
| parent | Merge pull request #16 from lmburns/4plebs (diff) | |
| download | chan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.tar.xz chan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.zip | |
remove 6th keyword
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/mariot/chan-downloader" repository = "https://github.com/mariot/chan-downloader" -keywords = ["cli", "4chan", "4plebs", "download", "downloader", "crawler"] +keywords = ["cli", "4chan", "4plebs", "download", "crawler"] categories = ["command-line-utilities"] [lib] |