summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hummer <paul@eventuallyanyway.com>2018-05-18 20:06:30 -0600
committerPaul Hummer <paul@eventuallyanyway.com>2018-05-18 20:06:30 -0600
commitb95ddc7cd7872ea6e93304e6139786f523904f3a (patch)
treec0f6e275e837794a7067a7f7468d9dcfa0d58271
parent1c4d43845aa802aec1464115575062261408f5bd (diff)
Update category slugs
♬ : The Starting Line / Leaving
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a2ed61..21e9f93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT"
description = "A library for using pidfiles as resource locks"
repository = "https://github.com/rockstar/pidlock"
keywords = ["pidfile", "file", "filelock", "server", "lock"]
-categories = ["Filesystem"]
+categories = ["filesystem"]
readme = "README.md"
include = [
"src/*.rs",