about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-06-22 08:25:07 +0200
committerJascha Geerds <jg@ekby.de>2015-06-22 08:26:09 +0200
commit3f66bb7ff2efcd1556d82c165f7e151c243539f8 (patch)
tree7a2b2a83cf781e7ad08c165f3308bf8f31af7726 /pkgs/applications/networking/mumble/default.nix
parent655cda730d14b7da25e23eb87ef4d42d6c32a8b8 (diff)
Add myself as maintainer
Diffstat (limited to 'pkgs/applications/networking/mumble/default.nix')
-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 cd361fe7ede3c..4eabdadc4876b 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
     description = "Low-latency, high quality voice chat software";
     homepage = "http://mumble.sourceforge.net/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ viric ];
+    maintainers = with maintainers; [ viric jgeerds ];
     platforms = platforms.linux;
   };
 }