tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
docker: drop self from maintainers
Maxine Aubrey
2 years ago
f18db890
e38d3d6c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
docker
default.nix
+1
-1
pkgs/applications/virtualization/docker/default.nix
···
272
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
273
'';
274
license = licenses.asl20;
275
-
maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
276
mainProgram = "docker";
277
};
278
});
···
272
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
273
'';
274
license = licenses.asl20;
275
+
maintainers = with maintainers; [ offline vdemeester periklis ];
276
mainProgram = "docker";
277
};
278
});