summary refs log tree commit diff
path: root/pkgs/tools/audio/trx
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/trx')
-rw-r--r--pkgs/tools/audio/trx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/trx/default.nix b/pkgs/tools/audio/trx/default.nix
index 224c331b961..6a23b6caead 100644
--- a/pkgs/tools/audio/trx/default.nix
+++ b/pkgs/tools/audio/trx/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A simple toolset for broadcasting live audio using RTP/UDP and Opus";
-    homepage = http://www.pogo.org.uk/~mark/trx/;
+    homepage = "http://www.pogo.org.uk/~mark/trx/";
     license = licenses.gpl2;
     maintainers = [ maintainers.hansjoergschurr ];
     platforms = platforms.linux;