Adding vdemeester (myself) as runc and containerd package maintainer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
wip/yesman
Vincent Demeester 6 years ago
parent a4869cb294
commit 2b36ced49e
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
  1. 2
      pkgs/applications/virtualization/containerd/default.nix
  2. 2
      pkgs/applications/virtualization/runc/default.nix

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = https://containerd.tools/;
description = "A daemon to control runC";
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
maintainers = with maintainers; [ offline vdemeester ];
platforms = platforms.linux;
};
}

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
homepage = https://runc.io/;
description = "A CLI tool for spawning and running containers according to the OCI specification";
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
maintainers = with maintainers; [ offline vdemeester ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save