containerd: add maintainer

This commit is contained in:
zowoq 2022-02-20 10:12:06 +10:00
parent cd2731c9e2
commit baa564361f

View File

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