Commit 80eee151 authored by jopejoe1's avatar jopejoe1
Browse files

vscode-extensions.ms-vscode-remote.remote-containers: fix url

parent ff7d7254
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3094,7 +3094,7 @@ let
        };
        meta = {
          description = "Open any folder or repository inside a Docker container.";
          downloadPage = "Use a container as your development environment";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers";
          homepage = "https://code.visualstudio.com/docs/devcontainers/containers";
          license = lib.licenses.unfree;
          maintainers = [ lib.maintainers.anthonyroussel ];