lol

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

Adding vdemeester (myself) as runc and containerd package maintainer

authored by

Jörg Thalheim and committed by
GitHub
996d76ab a4869cb2

+2 -2
+1 -1
pkgs/applications/virtualization/containerd/default.nix
··· 48 48 homepage = https://containerd.tools/; 49 49 description = "A daemon to control runC"; 50 50 license = licenses.asl20; 51 - maintainers = with maintainers; [ offline ]; 51 + maintainers = with maintainers; [ offline vdemeester ]; 52 52 platforms = platforms.linux; 53 53 }; 54 54 }
+1 -1
pkgs/applications/virtualization/runc/default.nix
··· 63 63 homepage = https://runc.io/; 64 64 description = "A CLI tool for spawning and running containers according to the OCI specification"; 65 65 license = licenses.asl20; 66 - maintainers = with maintainers; [ offline ]; 66 + maintainers = with maintainers; [ offline vdemeester ]; 67 67 platforms = platforms.linux; 68 68 }; 69 69 }