Skip to content

Commit

Permalink
Fix commit list url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Nov 16, 2024
1 parent c335cf5 commit 226bae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun parseContributors(): ArrayList<AboutAppModel> {
if (excludedContributors.contains(name)) continue // Skip the excluded contributors

val picture = jsonObject.getString("avatar_url")
val commitsUrl = "https://github.com/Mahmud0808/Iconify/commits?author=$name"
val commitsUrl = "https://github.com/Mahmud0808/ColorBlendr/commits?author=$name"
val contributions = jsonObject.getInt("contributions")

contributorsList.add(
Expand Down

0 comments on commit 226bae7

Please sign in to comment.