summary refs log tree commit diff
path: root/pkgs/tools/misc/oci-image-tool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/oci-image-tool/default.nix')
-rw-r--r--pkgs/tools/misc/oci-image-tool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/oci-image-tool/default.nix b/pkgs/tools/misc/oci-image-tool/default.nix
index 3b45b7b064423..8cac6d1c3f5a6 100644
--- a/pkgs/tools/misc/oci-image-tool/default.nix
+++ b/pkgs/tools/misc/oci-image-tool/default.nix
@@ -16,7 +16,7 @@ buildGoPackage rec {
 
   meta = {
     description = "A collection of tools for working with the OCI image format specification";
-    homepage = https://github.com/opencontainers/image-tools;
+    homepage = "https://github.com/opencontainers/image-tools";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ nzhang-zh ];
   };