about summary refs log tree commit diff
path: root/pkgs/tools/audio/liquidsoap/full.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/liquidsoap/full.nix')
-rw-r--r--pkgs/tools/audio/liquidsoap/full.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/liquidsoap/full.nix b/pkgs/tools/audio/liquidsoap/full.nix
index 859fe4bb1830..eeebea5d7475 100644
--- a/pkgs/tools/audio/liquidsoap/full.nix
+++ b/pkgs/tools/audio/liquidsoap/full.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     description = "Swiss-army knife for multimedia streaming";
     homepage = http://liquidsoap.fm/;
-    maintainers = with maintainers; [ emery ];
+    maintainers = with maintainers; [ ehmry ];
     license = licenses.gpl2;
     platforms = ocaml.meta.platforms;
   };