Unverified Commit f18db890 authored by Maxine Aubrey's avatar Maxine Aubrey
Browse files

docker: drop self from maintainers

parent e38d3d6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
    };
  });