about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseaudio-dlna
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/pulseaudio-dlna')
-rw-r--r--pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix b/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
index 328bd8b0b041b..efe39aa1600ee 100644
--- a/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
+++ b/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A pure python implementation of multicast DNS service discovery";
-    homepage = https://github.com/jstasiak/python-zeroconf;
+    homepage = "https://github.com/jstasiak/python-zeroconf";
     license = licenses.lgpl21;
     maintainers = [ ];
   };