diff --git a/packages.json b/packages.json index 8c5b506..4d3842b 100644 --- a/packages.json +++ b/packages.json @@ -330,6 +330,15 @@ "tags": ["port", "hash", "sha1"], "description": "SHA-1 produces a 160-bit (20-byte) hash value from arbitrary input", "license": "BSD" + }, + + { + "name": "dropbox_filename_sanitizer", + "url": "git://github.com/gradha/dropbox_filename_sanitizer/", + "method": "git", + "tags": ["dropbox"], + "description": "Tool to clean up filenames shared on Dropbox", + "license": "MIT" } ]