skopeo: add developer-guy to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
parent
4c874b81b5
commit
0b7f87614b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue