summary refs log tree commit diff
path: root/pkgs/tools/security/ifdnfc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ifdnfc/default.nix')
-rw-r--r--pkgs/tools/security/ifdnfc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ifdnfc/default.nix b/pkgs/tools/security/ifdnfc/default.nix
index 5ec66a5b98c..bab6527f415 100644
--- a/pkgs/tools/security/ifdnfc/default.nix
+++ b/pkgs/tools/security/ifdnfc/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
        Supports the pn533 smart-card reader chip which is for example used in
        the SCM SCL3711.
     '';
-    homepage = https://github.com/nfc-tools/ifdnfc;
+    homepage = "https://github.com/nfc-tools/ifdnfc";
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ makefu ];