summary refs log tree commit diff
path: root/pkgs/applications/audio/sidplayfp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/sidplayfp/default.nix')
-rw-r--r--pkgs/applications/audio/sidplayfp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/sidplayfp/default.nix b/pkgs/applications/audio/sidplayfp/default.nix
index aff8c173d9f..b0a50bbf128 100644
--- a/pkgs/applications/audio/sidplayfp/default.nix
+++ b/pkgs/applications/audio/sidplayfp/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A SID player using libsidplayfp";
-    homepage = https://sourceforge.net/projects/sidplay-residfp/;
+    homepage = "https://sourceforge.net/projects/sidplay-residfp/";
     license = with licenses; [ gpl2Plus ];
     maintainers = with maintainers; [ dezgeg ];
     platforms = with platforms; linux;