summary refs log tree commit diff
path: root/pkgs/applications/networking/syncplay/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/syncplay/default.nix')
-rw-r--r--pkgs/applications/networking/syncplay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix
index 893a2bc5fb3..b3c40b0f2fc 100644
--- a/pkgs/applications/networking/syncplay/default.nix
+++ b/pkgs/applications/networking/syncplay/default.nix
@@ -27,6 +27,6 @@ buildPythonApplication rec {
     description = "Free software that synchronises media players";
     license = licenses.asl20;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ enzime ];
+    maintainers = with maintainers; [ Enzime ];
   };
 }