Skip to content

Commit

Permalink
fix: get mathlib4 contributors instead of mathlib3
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen committed Sep 18, 2024
1 parent cc33737 commit 44c866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class Project:
projects = pkl_load('projects', [])

if DOWNLOAD:
num_contrib = github.get_repo('leanprover-community/mathlib').get_contributors(anon=True).totalCount
num_contrib = github.get_repo('leanprover-community/mathlib4').get_contributors(anon=True).totalCount
pkl_dump('num_contrib', num_contrib)
else:
num_contrib = pkl_load('num_contrib', 0)
Expand Down

0 comments on commit 44c866f

Please sign in to comment.