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