about summary refs log tree commit diff
path: root/pkgs/applications/networking/ndppd
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ndppd')
-rw-r--r--pkgs/applications/networking/ndppd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ndppd/default.nix b/pkgs/applications/networking/ndppd/default.nix
index 42950f23a8439..931453624811e 100644
--- a/pkgs/applications/networking/ndppd/default.nix
+++ b/pkgs/applications/networking/ndppd/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces";
-    homepage = https://github.com/DanielAdolfsson/ndppd;
+    homepage = "https://github.com/DanielAdolfsson/ndppd";
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ fadenb globin ];