about summary refs log tree commit diff
path: root/pkgs/tools/package-management/nix-bundle
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/package-management/nix-bundle')
-rw-r--r--pkgs/tools/package-management/nix-bundle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/nix-bundle/default.nix b/pkgs/tools/package-management/nix-bundle/default.nix
index b78b3bf07cd5..352d1e68b50a 100644
--- a/pkgs/tools/package-management/nix-bundle/default.nix
+++ b/pkgs/tools/package-management/nix-bundle/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.all;
     description = "Create bundles from Nixpkgs attributes";
     license = licenses.mit;
-    homepage = https://github.com/matthewbauer/nix-bundle;
+    homepage = "https://github.com/matthewbauer/nix-bundle";
   };
 }