aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-12 10:28:50 +0100
committerGravatar GitHub <[email protected]>2021-09-12 10:28:50 +0100
commitea1ab3653e5b219ae71c6c81c8060ec3a953763a (patch)
tree28beb6e0256ee5c5ddd77f756bee650caca75db9
parentMerge pull request #585 from python-discord/update_length_validation (diff)
parentUpdate mock GitHub API response (diff)
Merge pull request #589 from python-discord/jb3/repos-update
-rw-r--r--pydis_site/apps/home/tests/mock_github_api_response.json2
-rw-r--r--pydis_site/apps/home/views/home.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/home/tests/mock_github_api_response.json b/pydis_site/apps/home/tests/mock_github_api_response.json
index ddbffed8..3b0a7078 100644
--- a/pydis_site/apps/home/tests/mock_github_api_response.json
+++ b/pydis_site/apps/home/tests/mock_github_api_response.json
@@ -21,7 +21,7 @@
"forks_count": 31
},
{
- "full_name": "python-discord/django-simple-bulma",
+ "full_name": "python-discord/king-arthur",
"description": "test",
"stargazers_count": 97,
"language": "Python",
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py
index bbb4b815..401c768f 100644
--- a/pydis_site/apps/home/views/home.py
+++ b/pydis_site/apps/home/views/home.py
@@ -27,7 +27,7 @@ class HomeView(View):
"python-discord/snekbox",
"python-discord/sir-lancebot",
"python-discord/metricity",
- "python-discord/django-simple-bulma",
+ "python-discord/king-arthur",
]
def __init__(self):