0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/spotifyd: Fix 404 URLs (#408504)

(cherry picked from commit a4e1ad5521)
This commit is contained in:
Evan Scamehorn 2025-05-21 01:45:12 -05:00 committed by github-actions[bot]
parent f1cbdccde4
commit e9461aa3e3

View file

@ -28,7 +28,7 @@ in
type = lib.types.lines;
description = ''
(Deprecated) Configuration for Spotifyd. For syntax and directives, see
<https://docs.spotifyd.rs/config/File.html>.
<https://docs.spotifyd.rs/configuration/index.html#config-file>.
'';
};
@ -40,7 +40,7 @@ in
};
description = ''
Configuration for Spotifyd. For syntax and directives, see
<https://docs.spotifyd.rs/config/File.html>.
<https://docs.spotifyd.rs/configuration/index.html#config-file>.
'';
};
};