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