summary refs log tree commit diff
path: root/pkgs/applications/radio/dsd/default.nix
diff options
context:
space:
mode:
authorxaverdh <xaverdh@users.noreply.github.com>2021-11-10 10:37:56 +0000
committerGitHub <noreply@github.com>2021-11-10 11:37:56 +0100
commit03a257e5a34db7dcf56e74a4da121843d5a17799 (patch)
tree062c0cbc66bee3c5bc7613961c55cb6d58b73d60 /pkgs/applications/radio/dsd/default.nix
parent585b69bbf3a1f69b954c95f7059a9d76e2c468e7 (diff)
downloadnixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.gz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.bz2
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.lz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.xz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.zst
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.zip
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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 ];