diff --git a/helperbot b/helperbot index 226d60f..3ed09e2 100755 --- a/helperbot +++ b/helperbot @@ -736,7 +736,7 @@ function fedi_update_frontends { local chuckya_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/chuckya-fe.zip local akkoma_chuckya_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe-chuckya.zip local akkoma_iceshrimp_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe-iceshrimp.zip - local phanpy_url=https://github.com/cheeaun/phanpy/releases/latest/download/phanpy-dist.zip + local phanpy_url=https://github.com/zenfyrdev/phanpy/releases/latest/download/phanpy-dist.zip local pl_fe_url=https://pl.mkljczk.pl/pl-fe.zip local frontend_folder=/var/www/fedi-frontends @@ -902,4 +902,4 @@ fi # unset everything for variable in "${all_known_variables[@]}"; do unset $variable -done \ No newline at end of file +done