about summary refs log tree commit diff
path: root/pkgs/applications/audio/moc
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2014-10-12 15:09:49 +0400
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-12 12:21:09 +0100
commitb8252a44942cdf2d77c444cc1d8ae00f271dc74a (patch)
treebe1260f4179463e0b3c40c19788fec94cba080e4 /pkgs/applications/audio/moc
parentf5223442850e1db2d983f141326de205bf239097 (diff)
apulse: add pkg
Closes #4488
Diffstat (limited to 'pkgs/applications/audio/moc')
-rw-r--r--pkgs/applications/audio/moc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/moc/default.nix b/pkgs/applications/audio/moc/default.nix
index 9fbf05a2feb1d..ec9b1dd47ae20 100644
--- a/pkgs/applications/audio/moc/default.nix
+++ b/pkgs/applications/audio/moc/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     description = "An ncurses console audio player designed to be powerful and easy to use";
     homepage = http://moc.daper.net/;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ pSub ];
+    maintainers = with maintainers; [ pSub jagajaga ];
     platforms = platforms.linux;
   };
 }