summary refs log tree commit diff
path: root/pkgs/development/python-modules/androguard/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/androguard/default.nix')
-rw-r--r--pkgs/development/python-modules/androguard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/androguard/default.nix b/pkgs/development/python-modules/androguard/default.nix
index 7525df60575..c7122781111 100644
--- a/pkgs/development/python-modules/androguard/default.nix
+++ b/pkgs/development/python-modules/androguard/default.nix
@@ -30,7 +30,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "Tool and python library to interact with Android Files";
-    homepage = https://github.com/androguard/androguard;
+    homepage = "https://github.com/androguard/androguard";
     license = lib.licenses.asl20;
     maintainers = [ lib.maintainers.pmiddend ];
   };