Skip to content

Commit

Permalink
Update to an unrealircd url instead of valware
Browse files Browse the repository at this point in the history
  • Loading branch information
ValwareIRC authored Sep 20, 2024
1 parent cd26522 commit d945c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/class-plugin-git.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('DEFAULT_PLUGINS_DIR', 'https://api.valware.uk/plugins.list');
define('DEFAULT_PLUGINS_DIR', 'https://webpanel-plugins.unrealircd.org/plugins.list');

class PluginRepo
{
Expand Down Expand Up @@ -147,4 +147,4 @@ public function do_list()
}
}

?>
?>

0 comments on commit d945c2f

Please sign in to comment.