Merge pull request #295342 from pbsds/spotifyd-url-1710255988

nixos/spotifyd: update configuration documentation url

authored by Peder Bergebakken Sundt and committed by GitHub 3399de53 b1d47989

+2 -2
+2 -2
nixos/modules/services/audio/spotifyd.nix
··· 24 24 type = types.lines; 25 25 description = lib.mdDoc '' 26 26 (Deprecated) Configuration for Spotifyd. For syntax and directives, see 27 - <https://github.com/Spotifyd/spotifyd#Configuration>. 27 + <https://docs.spotifyd.rs/config/File.html>. 28 28 ''; 29 29 }; 30 30 ··· 34 34 example = { global.bitrate = 320; }; 35 35 description = lib.mdDoc '' 36 36 Configuration for Spotifyd. For syntax and directives, see 37 - <https://github.com/Spotifyd/spotifyd#Configuration>. 37 + <https://docs.spotifyd.rs/config/File.html>. 38 38 ''; 39 39 }; 40 40 };