nerdctl: 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-14 23:02:41 +03:00
parent b611afeb74
commit 23cb27d7bc
No known key found for this signature in database
GPG key ID: 7D7E90962D9FD507

View file

@ -53,7 +53,7 @@ buildGoModule rec {
changelog = "https://github.com/containerd/nerdctl/releases/tag/v${version}";
description = "A Docker-compatible CLI for containerd";
license = licenses.asl20;
maintainers = with maintainers; [ jk ];
maintainers = with maintainers; [ jk developer-guy ];
platforms = platforms.linux;
};
}