summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index 0ad1ca1c..a8e2a001 100644
--- a/public/views.py
+++ b/public/views.py
@@ -20,7 +20,7 @@ def index(request):
return direct_to_template(request, 'public/index.html', context)
USER_LISTS = {
- 'devs': {
+ 'hackers': {
'user_type': 'Hackers',
'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 unfree software, in addition to doing any other developer duties.",
},