diff --git a/src/frameworks/cherry.php b/src/frameworks/cherry.php index 8f86ca5..36a89d5 100644 --- a/src/frameworks/cherry.php +++ b/src/frameworks/cherry.php @@ -2,13 +2,13 @@ $framework = array( 'name' => 'Cherry', 'full_name' => 'Cherry Framework', - 'description' => 'Easy to use WYSISYG theme framework.', - 'github_repo' => 'CherryFramework/CherryFramework', + 'description' => '100% GNU GPL WordPress framework', + 'github_repo' => 'CherryFramework/cherry-framework', 'homepage' => 'http://www.cherryframework.com/', - 'is_for_plugins' => false, + 'is_for_plugins' => true, 'is_for_themes' => true, 'thumbprint' => array( - 'file' => 'cherry-framework.php', - 'token' => 'class CherryFramework', + 'file' => 'cherry-core.php', + 'token' => 'class Cherry_Core', ), );