From 47aee29806a31f43e23fd02e6af879c9643a4439 Mon Sep 17 00:00:00 2001 From: Chad Walter Cummings <95538539+scifijunk@users.noreply.github.com> Date: Thu, 23 Dec 2021 18:16:03 -0600 Subject: [PATCH] changed it back I changed it back to where papirus and pwnagotchi well come from their respective repositories. --- builder/pwnagotchi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 9776323..498b517 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -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