summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-06 11:06:23 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-06 11:06:23 -0300
commitfee4c20e9607ccc479c33b2476fa1ba709efe607 (patch)
tree2029cf9ae02125a4133d1944492ab01d844bba45 /public
parent3aa14c9fbec24f5049e12a8dbb5ce059d2c8f5f3 (diff)
Fixed 'devs' userlist
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.",
},