Browse Source

lowercase name in nodeinfo

fix #164
trwnh 7 years ago
parent
commit
574e7207cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/FederationController.php

+ 1 - 1
app/Http/Controllers/FederationController.php

@@ -94,7 +94,7 @@ class FederationController extends Controller
           'outbound' => []
           'outbound' => []
         ],
         ],
         'software' => [
         'software' => [
-          'name' => 'PixelFed',
+          'name' => 'pixelfed',
           'version' => config('pixelfed.version')
           'version' => config('pixelfed.version')
         ],
         ],
         'usage' => [
         'usage' => [