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

Commit

Permalink
Merge pull request #7 from gajdaw/metadata-operatingsystem-support
Browse files Browse the repository at this point in the history
Update metadata: include OS support
  • Loading branch information
willdurand committed Jan 5, 2015
2 parents 2091007 + 2c59c82 commit 3a65177
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
"version_requirement": ">=1.2.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"types": [

],
Expand Down

0 comments on commit 3a65177

Please sign in to comment.