oras: add developer-guy to maintainers list

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
Batuhan Apaydın 2023-03-24 23:47:20 +03:00
parent 6ee34a4376
commit ac397b1542
No known key found for this signature in database
GPG key ID: 7D7E90962D9FD507

View file

@ -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 ];
};
}