Unverified Commit ac397b15 authored by Batuhan Apaydın's avatar Batuhan Apaydın
Browse files

oras: add developer-guy to maintainers list

parent 6ee34a43
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 ];
  };
}