Merge lp:~makyo/charms/precise/discourse/category-plural into lp:~marcoceppi/charms/precise/discourse/trunk

Proposed by Madison Scott-Clary
Status: Merged
Merged at revision: 68
Proposed branch: lp:~makyo/charms/precise/discourse/category-plural
Merge into: lp:~marcoceppi/charms/precise/discourse/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
metadata.yaml (+1/-1)
To merge this branch: bzr merge lp:~makyo/charms/precise/discourse/category-plural
Reviewer Review Type Date Requested Status
Marco Ceppi Pending
Review via email: mp+175150@code.launchpad.net

Commit message

Pluralize category

Description of the change

The categories element in http://manage.jujucharms.com/api/2/charm/~marcoceppi/precise/discourse-18 is empty due to the category 'application' not being pluralized and thus not a recognized category. This just corrects that.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'metadata.yaml'
2--- metadata.yaml 2013-05-28 01:08:55 +0000
3+++ metadata.yaml 2013-07-16 21:46:31 +0000
4@@ -7,7 +7,7 @@
5 list, a forum to discuss something, a chat room where you can type paragraphs,
6 then consider Discourse.
7 categories:
8- - application
9+ - applications
10 provides:
11 website:
12 interface: http

Subscribers

People subscribed via source and target branches