aboutsummaryrefslogtreecommitdiff
path: root/nix/manifest-tool.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/manifest-tool.nix')
-rw-r--r--nix/manifest-tool.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/manifest-tool.nix b/nix/manifest-tool.nix
index 182ccc0e..1090a6ef 100644
--- a/nix/manifest-tool.nix
+++ b/nix/manifest-tool.nix
@@ -15,7 +15,8 @@ pkgs.buildGoModule rec {
checkPhase = "true";
meta = with pkgs.lib; {
- description = "Command line tool to create and query container image manifest list/indexes";
+ description =
+ "Command line tool to create and query container image manifest list/indexes";
homepage = "https://github.com/estesp/manifest-tool";
license = licenses.asl20;
platforms = platforms.linux;