Adding vdemeester (myself) as runc and containerd package maintainer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-08-20 16:36:48 +02:00
parent a4869cb294
commit 2b36ced49e
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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