From 44ebfb122074c8b2d1af0028c19ea0e7b11b3987 Mon Sep 17 00:00:00 2001 From: pradyun Date: Fri, 28 Apr 2023 20:34:00 +1200 Subject: [PATCH] Pull contributions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01afd5d..2dd6768 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://www.raycast.com/schemas/extension.json", "name": "keychain-password-gen", "title": "Apple-Like Password", - "description": "Generate an Apple Keychain-Like Password", + "description": "Copies a generated Apple Keychain-Like password directly to the clipboard in one step", "icon": "icon.png", "author": "breadone", "categories": [ @@ -35,4 +35,4 @@ "lint": "ray lint", "publish": "ray publish" } -} \ No newline at end of file +}