diff --git a/services.php b/services.php index bc09286..47bbd58 100644 --- a/services.php +++ b/services.php @@ -8,7 +8,6 @@ $services = [ 'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team/'], 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tildeverse.org'], 'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tildeverse.org/'], - 'termbin' => ['fa' => 'terminal', 'url' => 'https://bin.tilde.team/'], 'nullpointer' => ['fa' => 'file-code-o', 'url' => 'https://ttm.sh'], 'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tildeverse.org/tilde.team'], ];