Skip to content

Commit 5090ecb

Browse files
authored
Fix number of crate keywords (#21)
1 parent 3b2f9a2 commit 5090ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
description = "Connect libinput gestures to i3 and others"
77
repository = "https://github.com/diego-plan9/lillinput/"
88
license = "BSD-3-Clause"
9-
keywords = ["i3", "swipe", "touchpad", "x11", "libinput", "gestures"]
9+
keywords = ["i3", "touchpad", "x11", "libinput", "gestures"]
1010
categories = ["command-line-utilities", "gui"]
1111

1212
[dependencies]

0 commit comments

Comments
 (0)