mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
nixos/spotifyd: Fix 404 URLs (#408504)
(cherry picked from commit a4e1ad5521)
This commit is contained in:
committed by
github-actions[bot]
parent
f1cbdccde4
commit
e9461aa3e3
@@ -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>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user