mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/spotifyd: Fix 404 URLs (#408504)
(cherry picked from commit a4e1ad5521
)
This commit is contained in:
parent
f1cbdccde4
commit
e9461aa3e3
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue