summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-05-17 12:57:28 +0100
committerDomen Kožar <domen@dev.si>2016-05-17 13:00:47 +0100
commitb49bf121b8bfea77b1c5c1eff23a96bef46a1eb8 (patch)
tree19e7fef1aad43f8c2c2bc766c190b0e07b36fd77 /pkgs/tools/audio
parentaf364c0f775464f902f47257e673cfebb180540e (diff)
downloadnixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.gz
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.bz2
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.lz
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.xz
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.zst
nixlib-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.zip
rename iElectric to domenkozar to match GitHub
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/default.nix2
-rw-r--r--pkgs/tools/audio/pa-applet/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index 806cb07c610f..33de429d5312 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -199,7 +199,7 @@ in buildPythonApplication rec {
     description = "Music tagger and library organizer";
     homepage = http://beets.radbox.org;
     license = licenses.mit;
-    maintainers = with maintainers; [ aszlig iElectric pjones profpatsch ];
+    maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index b0dfda6bfc7a..7dedb27443ba 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ iElectric ];
+    maintainers = with maintainers; [ domenkozar ];
     platforms = platforms.linux;
   };
 }