skopeo: 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-04-04 11:20:04 +03:00 committed by zowoq
parent 4c874b81b5
commit 0b7f87614b

View File

@ -72,7 +72,7 @@ buildGoModule rec {
changelog = "https://github.com/containers/skopeo/releases/tag/${src.rev}";
description = "A command line utility for various operations on container images and image repositories";
homepage = "https://github.com/containers/skopeo";
maintainers = with maintainers; [ lewo ] ++ teams.podman.members;
maintainers = with maintainers; [ lewo developer-guy ] ++ teams.podman.members;
license = licenses.asl20;
};
}