Merge pull request #253197 from rodrgz/master

mopidy-tidal, tidalapi, bitwarden-menu: drop myself (rodrgz) as maintainer

authored by Weijia Wang and committed by GitHub 29a08c11 59172a07

+3 -3
+1 -1
pkgs/applications/audio/mopidy/tidal.nix
··· 29 29 description = "Mopidy extension for playing music from Tidal"; 30 30 homepage = "https://github.com/tehkillerbee/mopidy-tidal"; 31 31 license = licenses.mit; 32 - maintainers = [ maintainers.rodrgz ]; 32 + maintainers = [ ]; 33 33 }; 34 34 } 35 35
+1 -1
pkgs/applications/misc/bitwarden-menu/default.nix
··· 27 27 description = "Dmenu/Rofi frontend for managing Bitwarden vaults. Uses the Bitwarden CLI tool to interact with the Bitwarden database."; 28 28 homepage = "https://github.com/firecat53/bitwarden-menu"; 29 29 license = licenses.mit; 30 - maintainers = [ maintainers.rodrgz ]; 30 + maintainers = [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/tidalapi/default.nix
··· 37 37 description = "Unofficial Python API for TIDAL music streaming service"; 38 38 homepage = "https://github.com/tamland/python-tidal"; 39 39 license = licenses.gpl3; 40 - maintainers = [ maintainers.rodrgz ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }