diff options
author | 2020-10-10 13:08:08 +0100 | |
---|---|---|
committer | 2020-10-10 13:08:08 +0100 | |
commit | 929a93daf89d444d91fcb0d0f129297ae9986ec7 (patch) | |
tree | 189ce0f7b8562f31a5a77f16b151e6bf76f5e1cf /pydis_site/apps/home/views/home.py | |
parent | add static timeline assets (diff) | |
parent | Merge pull request #378 from RohanJnr/user_endpoint (diff) |
Merge branch 'master' into feat/timeline
Diffstat (limited to 'pydis_site/apps/home/views/home.py')
-rw-r--r-- | pydis_site/apps/home/views/home.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py index 7ad995cc..09969f1d 100644 --- a/pydis_site/apps/home/views/home.py +++ b/pydis_site/apps/home/views/home.py @@ -23,7 +23,7 @@ class HomeView(View): "python-discord/bot", "python-discord/snekbox", "python-discord/seasonalbot", - "python-discord/flake8-annotations", + "python-discord/metricity", "python-discord/django-simple-bulma", ] |