mirage-skeleton projects: use mirage3 branch

This commit is contained in:
Hannes Mehnert 2022-04-04 12:41:03 +02:00
parent 2f381aa2d4
commit 177b46020c
2 changed files with 2 additions and 2 deletions

View file

@ -29,4 +29,4 @@ install: [
[ "strip" "%{bin}%/hello.hvt" ]
[ "cp" "tutorial/hello-key/hello.hvt" "%{prefix}%/hello.hvt.debug" ]
]
url { src: "git+https://github.com/mirage/mirage-skeleton.git" }
url { src: "git+https://github.com/mirage/mirage-skeleton.git#mirage3" }

View file

@ -41,4 +41,4 @@ install: [
[ "strip" "%{bin}%/https.hvt" ]
[ "cp" "applications/static_website_tls/https.hvt" "%{prefix}%/https.hvt.debug" ]
]
url { src: "git+https://github.com/mirage/mirage-skeleton.git" }
url { src: "git+https://github.com/mirage/mirage-skeleton.git#mirage3" }