summary refs log tree commit diff
path: root/pkgs/desktops/gnome
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-10-26 20:44:44 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-10-26 20:44:49 +0200
commitc65cfb6ad6af28fee033b4f3de4a9d73aaffddc2 (patch)
treedb8251845d0b56a8ef5e6ef16aafd2e108135709 /pkgs/desktops/gnome
parentf3eaad0cb2dae8ef3184573f1d937e07781b860a (diff)
gnomeExtensions.sound-output-device-chooser: remove myself from maintainers
Diffstat (limited to 'pkgs/desktops/gnome')
-rw-r--r--pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix b/pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix
index 72b4ef744fb7f..71deb73c2990b 100644
--- a/pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix
+++ b/pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "GNOME Shell extension adding audio device chooser to panel";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     homepage = "https://github.com/kgshank/gse-sound-output-device-chooser";
   };
 }