about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncplay
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2021-12-19 01:59:15 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2021-12-19 02:01:09 +1100
commiteedb795fd2cb4c720529b652791b101dc21a90a5 (patch)
treed59308da966e7940028d477b3e7e9ca5a8d4ffa2 /pkgs/applications/networking/syncplay
parent988b006652156f21a0dfd47833ba3610e6200d55 (diff)
maintainers: rename enzime to Enzime
Diffstat (limited to 'pkgs/applications/networking/syncplay')
-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 893a2bc5fb3e7..b3c40b0f2fcd1 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 ];
   };
 }