Unverified Commit 3839ee68 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #222949 from developer-guy/feature/oras-cli

oras: 0.16.0 -> 1.0.0
parents cbbf49ea ac397b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ buildGoModule rec {
    changelog = "https://github.com/oras-project/oras/releases/tag/v${version}";
    description = "The ORAS project provides a way to push and pull OCI Artifacts to and from OCI Registries";
    license = licenses.asl20;
    maintainers = with maintainers; [ jk ];
    maintainers = with maintainers; [ jk developer-guy ];
  };
}