This commit is contained in:
Robin Candau 2023-10-16 00:04:20 +02:00 committed by Jelle van der Waa
parent 3a8275d0a0
commit 6f5d675058
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"group": [
"Package Maintainers"
],
"description": "Here are all your friendly Arch Linux Package Maintainers who are in charge of the Archlinux's official repositories (aside from [core] / [core-testing].",
"description": "Here are all your friendly Arch Linux Package Maintainers who are in charge of the Archlinux's official repositories (aside from [core] / [core-testing]).",
"sort_order": 2,
"member_title": "Package Maintainer",
"slug": "package-maintainers",

View File

@ -109,7 +109,7 @@ def stats(request):
return render(request, 'devel/stats.html', page_dict)
SELECTED_GROUPS = ['Developers', 'Package Maintainer', 'Support Staff']
SELECTED_GROUPS = ['Developers', 'Package Maintainers', 'Support Staff']
@login_required