Skip to content

Commit

Permalink
fix: added aw-watcher-window-wayland, fixed missing entries for awatc…
Browse files Browse the repository at this point in the history
…her, aw-leaderboard-rust
  • Loading branch information
ErikBjare committed Aug 20, 2024
1 parent a0fcf30 commit e38bb6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REPOS_AW=ActivityWatch/activitywatch \
ActivityWatch/aw-watcher-web \
ActivityWatch/aw-watcher-afk \
ActivityWatch/aw-watcher-window \
ActivityWatch/aw-watcher-input \
ActivityWatch/aw-watcher-window-wayland \
ActivityWatch/aw-watcher-vim \
ActivityWatch/aw-watcher-vscode \
ActivityWatch/aw-watcher-input \
Expand Down
3 changes: 3 additions & 0 deletions src/contributor_stats/github_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def main() -> None:
"aw-server",
"aw-server-rust",
"aw-watcher-window",
"aw-watcher-window-wayland",
"aw-watcher-afk",
"aw-watcher-input",
"aw-watcher-web",
Expand All @@ -220,8 +221,10 @@ def main() -> None:
"aw-qt",
"aw-tauri",
"aw-android",
"aw-leaderboard-rust",
"aw-leaderboard-firebase",
"activitywatch.github.io",
"awatcher",
]

repos = gh.get_user("ActivityWatch").get_repos()
Expand Down

0 comments on commit e38bb6f

Please sign in to comment.