Skip to content

Commit

Permalink
Added games bucket to crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Nov 29, 2018
1 parent 1bb7221 commit 6fc0647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintenance/github-crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ def get_builtins():
"php": "https://github.com/nueko/scoop-php.git",
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts.git",
"nonportable": "https://github.com/oltolm/scoop-nonportable",
"java": "https://github.com/se35710/scoop-java"}
"java": "https://github.com/se35710/scoop-java",
"games": "https://github.com/Calinou/scoop-games"}

for key in bucket_list:
url = bucket_list[key]
Expand Down

0 comments on commit 6fc0647

Please sign in to comment.