Skip to content

Commit 6a259d1

Browse files
author
Bastien Guerry
committed
src/codegouvfr-output-data.clj: Fine-tune some stats
1 parent 332a008 commit 6a259d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegouvfr-output-data.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
:top_orgs_by_stars (get-top-owners-by 10 :total_stars)
611611
:top_orgs_by_repos (get-top-owners-by 10 :repositories_count)
612612
:top_orgs_repos_stars (get-top-owners-repos-stars 1 100)
613-
:top_orgs_repos_followers (get-top-owners-repos-followers 1 25)
613+
:top_orgs_repos_followers (get-top-owners-repos-followers 50 50)
614614
:top_licenses (get-top-x 10 :license #"(?i)other")
615615
:top_languages (get-top-x 10 :language)}
616616
stats-str (json/generate-string stats)]

0 commit comments

Comments
 (0)