Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chive committed Sep 29, 2014
1 parent 73de4dc commit 39e9f59
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"name": "Blog",
"description": "Adds blogging abilities to django CMS",
"url": "https://github.com/aldryn/aldryn-blog",
"package-name": "aldryn-blog",
"installed-apps": [
"taggit",
"aldryn_blog",
"easy_thumbnails",
"filer",
"djangocms_text_ckeditor",
"django_select2",
"aldryn_common",
"hvad"
],
"author": {
"name": "Divio AG",
"url": "https://www.divio.ch"
},
"license": {
"name": "BSD"
}
}
"name": "Mailchimp",
"description": "Plugin for MailChimp integration.",
"url": "https://github.com/aldryn/aldryn-mailchimp",
"package-name": "aldryn-mailchimp",
"installed-apps": [
"adminsortable",
"pyrate",
"aldryn_mailchimp"
],
"author": {
"name": "Divio AG",
"url": "https://www.divio.ch"
},
"license": {
"name": "BSD",
"text": "!literal-include LICENSE.txt"
}
}

0 comments on commit 39e9f59

Please sign in to comment.