docker: drop self from maintainers

This commit is contained in:
Maxine Aubrey 2024-02-11 12:00:21 +01:00
parent e38d3d6c37
commit f18db8905d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -272,7 +272,7 @@ rec {
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
'';
license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
maintainers = with maintainers; [ offline vdemeester periklis ];
mainProgram = "docker";
};
});