From a4e1ad552172ff52df70620094d69bc14c1ad984 Mon Sep 17 00:00:00 2001 From: Evan Scamehorn <63885438+evan203@users.noreply.github.com> Date: Wed, 21 May 2025 01:45:12 -0500 Subject: [PATCH] nixos/spotifyd: Fix 404 URLs (#408504) --- nixos/modules/services/audio/spotifyd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/audio/spotifyd.nix b/nixos/modules/services/audio/spotifyd.nix index 1f6ab0b5f75b..2264d7c39c6b 100644 --- a/nixos/modules/services/audio/spotifyd.nix +++ b/nixos/modules/services/audio/spotifyd.nix @@ -28,7 +28,7 @@ in type = lib.types.lines; description = '' (Deprecated) Configuration for Spotifyd. For syntax and directives, see - . + . ''; }; @@ -40,7 +40,7 @@ in }; description = '' Configuration for Spotifyd. For syntax and directives, see - . + . ''; }; };