1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #45384 from vdemeester/add-vdemeester-as-containerd-and-runc-maintainers

Adding vdemeester (myself) as runc and containerd package maintainer
This commit is contained in:
Jörg Thalheim 2018-08-20 15:41:07 +01:00 committed by GitHub
commit 996d76abf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};
}