summary refs log tree commit diff
path: root/pkgs/applications/audio/spot
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/spot')
-rw-r--r--pkgs/applications/audio/spot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spot/default.nix b/pkgs/applications/audio/spot/default.nix
index 5ffec66e1c4..1d9165af2bf 100644
--- a/pkgs/applications/audio/spot/default.nix
+++ b/pkgs/applications/audio/spot/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     libpulseaudio
   ];
 
-  # Per https://github.com/xou816/spot/blob/2a591febcfa4b9690ea166097392d2a327cd0c60/README.md#L111 .
+  # https://github.com/xou816/spot/issues/313
   mesonBuildType = "release";
 
   postPatch = ''