gnomeExtensions.sound-output-device-chooser: remove myself from maintainers

+1 -1
+1 -1
pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix
··· 45 45 meta = with lib; { 46 46 description = "GNOME Shell extension adding audio device chooser to panel"; 47 47 license = licenses.gpl3Plus; 48 - maintainers = with maintainers; [ jtojnar ]; 48 + maintainers = with maintainers; [ ]; 49 49 homepage = "https://github.com/kgshank/gse-sound-output-device-chooser"; 50 50 }; 51 51 }