containerd: remove maintainer

This commit is contained in:
zowoq 2023-08-07 12:21:02 +10:00
parent 84811cfb7e
commit 6b28b59d10

View file

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