changed it back

I changed it back to where papirus and pwnagotchi well come from their respective repositories.
This commit is contained in:
Chad Walter Cummings 2021-12-23 18:16:03 -06:00 committed by GitHub
parent 9b95af1e52
commit 47aee29806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@
- name: clone papirus repository
git:
repo: https://github.com/scifijunk/gratis.git
repo: https://github.com/repaper/gratis.git
dest: /usr/local/src/gratis
register: gratisgit
@ -226,7 +226,7 @@
- name: clone pwnagotchi repository
git:
repo: https://github.com/scifijunk/pwnagotchi.git
repo: https://github.com/evilsocket/pwnagotchi.git
dest: /usr/local/src/pwnagotchi
register: pwnagotchigit