docker: drop self from maintainers

+1 -1
+1 -1
pkgs/applications/virtualization/docker/default.nix
··· 272 272 To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`. 273 273 ''; 274 274 license = licenses.asl20; 275 - maintainers = with maintainers; [ offline vdemeester periklis amaxine ]; 275 + maintainers = with maintainers; [ offline vdemeester periklis ]; 276 276 mainProgram = "docker"; 277 277 }; 278 278 });