summary refs log tree commit diff
path: root/pkgs/applications/radio/dsd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/dsd/default.nix')
-rw-r--r--pkgs/applications/radio/dsd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/dsd/default.nix b/pkgs/applications/radio/dsd/default.nix
index 35a3e9f44bb..46b851ec704 100644
--- a/pkgs/applications/radio/dsd/default.nix
+++ b/pkgs/applications/radio/dsd/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
       tap audio and synthesize the decoded speech. Speech synthesis requires
       mbelib, which is a separate package.
     '';
-    homepage = https://github.com/szechyjs/dsd;
+    homepage = "https://github.com/szechyjs/dsd";
     license = licenses.gpl2;
     platforms = platforms.unix;
     maintainers = with maintainers; [ andrew-d ];