From 4f375bceb7eaa67bfba6bfe30ef890f4aa88a08e Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 7 Sep 2017 14:47:10 -0700
Subject: [PATCH] Scaffold cleanup

---
 readme.txt                  | 13 ++++++-------
 wp-cli-via-cron-control.php | 12 ++++++------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/readme.txt b/readme.txt
index a6faea9..ebc0aab 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,14 +1,13 @@
-=== Wp Cli Via Cron Control ===
-Contributors: (this should be a list of wordpress.org userid's)
-Donate link: http://example.com/
-Tags: comments, spam
-Requires at least: 4.4
-Tested up to: 4.8.1
+=== WP-CLI via Cron Control ===
+Contributors: ethitter, automattic
+Tags: wp-cli, cli, cron, cron control
+Requires at least: 4.8.1
+Tested up to: 4.9
 Stable tag: 0.1.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
-Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.
+Schedule WP-CLI tasks to run via Cron Control
 
 == Description ==
 
diff --git a/wp-cli-via-cron-control.php b/wp-cli-via-cron-control.php
index 2185143..7f9846c 100644
--- a/wp-cli-via-cron-control.php
+++ b/wp-cli-via-cron-control.php
@@ -1,13 +1,13 @@
 <?php
 /**
- * Plugin Name:     Wp Cli Via Cron Control
- * Plugin URI:      PLUGIN SITE HERE
- * Description:     PLUGIN DESCRIPTION HERE
- * Author:          YOUR NAME HERE
- * Author URI:      YOUR SITE HERE
+ * Plugin Name:     WP-CLI Via Cron Control
+ * Plugin URI:      https://automattic.com/
+ * Description:     Schedule WP-CLI tasks to run via Cron Control
+ * Author:          Erick Hitter, Automattic
+ * Author URI:      https://vip.wordpress.com/
  * Text Domain:     wp-cli-via-cron-control
  * Domain Path:     /languages
  * Version:         0.1.0
  *
- * @package         Wp_Cli_Via_Cron_Control
+ * @package         WP_CLI_via_Cron_Control
  */
-- 
GitLab