about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuchen He <yuchenhe126@gmail.com>2024-04-03 13:10:39 +0200
committerYuchen He <yuchenhe126@gmail.com>2024-04-03 16:23:30 +0200
commit4d86fa5350fdaa60924495e1e9931c92ad67eb00 (patch)
tree0e7babe9fc6424e5a992c8a62ede4be9adadc833
parent534e5cf4b3a01d42e96042da1f2842c5160c4b53 (diff)
mumble: Add Yuchen He as package maintainer
Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
-rw-r--r--pkgs/applications/networking/mumble/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 1ba63841ce5f9..0e7bc18c99c98 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -51,7 +51,7 @@ let
       mainProgram = "mumble-server";
       homepage = "https://mumble.info";
       license = licenses.bsd3;
-      maintainers = with maintainers; [ infinisil felixsinger ];
+      maintainers = with maintainers; [ infinisil felixsinger lilacious ];
       platforms = platforms.linux;
     };
   });