diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fixtures/staff_groups.json | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/devel/fixtures/staff_groups.json b/devel/fixtures/staff_groups.json index 6a0a0514..f57baa26 100644 --- a/devel/fixtures/staff_groups.json +++ b/devel/fixtures/staff_groups.json @@ -2,13 +2,13 @@ { "fields": { "group": [ - "Developers" + "Hackers" ], - "description": "This is a list of the current Arch Linux Developers. They maintain the [core] and [extra] package repositories in addition to doing any other developer duties.", + "description": "This is a list of the current Parabola Hackers. They maintain the [libre] package repository and keep the [core], [extra], and [community] repositories clean of nonfree software, in addition to doing any other developer duties.", "sort_order": 1, - "member_title": "Developer", - "slug": "developers", - "name": "Developers" + "member_title": "Hacker", + "slug": "hackers", + "name": "Hackers" }, "model": "devel.staffgroup", "pk": 1 @@ -16,27 +16,13 @@ { "fields": { "group": [ - "Trusted Users" + "Retired Hackers" ], - "description": "Here are all your friendly Arch Linux Trusted Users who are in charge of the [community] repository.", - "sort_order": 2, - "member_title": "Trusted User", - "slug": "trusted-users", - "name": "Trusted Users" - }, - "model": "devel.staffgroup", - "pk": 2 -}, -{ - "fields": { - "group": [ - "Retired Developers" - ], - "description": "Below you can find a list of ex-developers (aka project fellows). These folks helped make Arch what it is today. Thanks!", + "description": "Below you can find a list of ex-hackers (aka project fellows). These folks helped make Parabola what it is today. Thanks!", "sort_order": 11, "member_title": "Fellow", - "slug": "developer-fellows", - "name": "Developer Fellows" + "slug": "hacker-fellows", + "name": "Hacker Fellows" }, "model": "devel.staffgroup", "pk": 3 @@ -46,7 +32,7 @@ "group": [ "Retired Trusted Users" ], - "description": "Below you can find a list of ex-trusted users (aka fellows). These folks helped make Arch what it is today. Thanks!", + "description": "Below you can find a list of ex-trusted users (aka fellows). These folks helped make Parabola what it is today. Thanks!", "sort_order": 12, "member_title": "Fellow", "slug": "trusted-user-fellows", |