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

Commit

Permalink
Fixed affiliation data
Browse files Browse the repository at this point in the history
Closes bug 1211362

Change-Id: Ia8df3663766782b16006778db0a8ddc8d3d4ba64
  • Loading branch information
Ilya Shakhat committed Aug 12, 2013
1 parent f92dc49 commit 115cf9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/default_data.json
Expand Up @@ -831,6 +831,10 @@
"companies": [
{
"company_name": "University of Melbourne",
"end_date": "2013-Jun-03"
},
{
"company_name": "OpenStack Foundation",
"end_date": null
}
],
Expand Down Expand Up @@ -3201,6 +3205,10 @@
"domains": ["oopss.org"],
"company_name": "Oopss.org"
},
{
"domains": ["openstack.org"],
"company_name": "OpenStack Foundation"
},
{
"domains": ["orange.com"],
"company_name": "Orange"
Expand Down

0 comments on commit 115cf9e

Please sign in to comment.