nixos/spotifyd: Fix 404 URLs (#408504)

This commit is contained in:
Evan Scamehorn
2025-05-21 14:45:12 +08:00
committed by GitHub
parent 1d56ee5df3
commit a4e1ad5521
+2 -2
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>.
'';
};
};