From 587a662b2043d329cdb2a9302c44ba72005b00b8 Mon Sep 17 00:00:00 2001 From: Randall Degges Date: Wed, 18 Jan 2017 14:09:01 -0800 Subject: [PATCH] stormpath-cli: fix description Updating the stormpath-cli formula description so it matches the official Github description. Closes #9045. Signed-off-by: William Woodruff --- Formula/stormpath-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/stormpath-cli.rb b/Formula/stormpath-cli.rb index 4abb9706f6..636f7258e1 100644 --- a/Formula/stormpath-cli.rb +++ b/Formula/stormpath-cli.rb @@ -1,7 +1,7 @@ class StormpathCli < Formula include Language::Python::Virtualenv - desc "Command-line interface for https://stormpath.com/ user management" + desc "The official Stormpath command line client." homepage "https://github.com/stormpath/stormpath-cli" url "https://github.com/stormpath/stormpath-cli/archive/0.1.2.tar.gz" sha256 "8e66da2c8891b029317e6e8cbd8b6413318af8582249137bfed597d9b215e795"