docker: add teutat3s to maintainers

This commit is contained in:
teutat3s 2024-06-01 15:47:51 +02:00
parent d7a674f1cd
commit 1dc3b9bcfd
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

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 ];
maintainers = with maintainers; [ offline vdemeester periklis teutat3s ];
mainProgram = "docker";
};
});