summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorlethalman <lucabru@src.gnome.org>2015-06-08 14:26:36 +0200
committerlethalman <lucabru@src.gnome.org>2015-06-08 14:26:36 +0200
commit850f775a98f6694d791d194bd2697ab53ee0ae57 (patch)
treecb2a069660218aca2a9d1fbc5c0eda023a3ae78e /pkgs/applications
parente83aa9566980c2630161f60f7065b261cd4b2a14 (diff)
parent757942ddbfdbedcd47d79baef7281f0d27248aaa (diff)
downloadnixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar.gz
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar.bz2
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar.lz
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar.xz
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.tar.zst
nixlib-850f775a98f6694d791d194bd2697ab53ee0ae57.zip
Merge pull request #8213 from robbinch/pkg-wavegain
wavegain: show correct maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/wavegain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/wavegain/default.nix b/pkgs/applications/audio/wavegain/default.nix
index 2ce59f005fdd..caf579d87654 100644
--- a/pkgs/applications/audio/wavegain/default.nix
+++ b/pkgs/applications/audio/wavegain/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation {
     homepage = https://github.com/MestreLion/wavegain;
     license = stdenv.lib.licenses.lgpl21;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = [ stdenv.lib.maintainers.devhell ];
+    maintainers = [ stdenv.lib.maintainers.robbinch ];
   };
 }