summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-25 22:05:14 +0100
committerSilvan Mosberger <contact@infinisil.com>2020-01-25 22:05:14 +0100
commitcae1bf667f372e9b89f5230ba7395aeed7f2ad8b (patch)
treea36d69bc81691def3818588e6fdc6f65a4a124aa /pkgs/applications/networking/mumble
parent21160c8965e3a2523dcefc2847893c2e2f4c7282 (diff)
downloadnixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar.gz
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar.bz2
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar.lz
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar.xz
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.tar.zst
nixpkgs-cae1bf667f372e9b89f5230ba7395aeed7f2ad8b.zip
mumble: Add infinisil as maintainer
Diffstat (limited to 'pkgs/applications/networking/mumble')
-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 fc2f911df9e..86ef850e291 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -66,7 +66,7 @@ let
       description = "Low-latency, high quality voice chat software";
       homepage = "https://mumble.info";
       license = licenses.bsd3;
-      maintainers = with maintainers; [ petabyteboy ];
+      maintainers = with maintainers; [ petabyteboy infinisil ];
       platforms = platforms.linux;
     };
   });