Skip to content

Commit ff32f02

Browse files
committed
implementations.md: fix repository for crun
crun was moved from github.com/giuseppe/crun to github.com/containers/crun. Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent c9a5f61 commit ff32f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you know of any associated projects that are not listed here, please file a p
77

88
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
99
* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
10-
* [giuseppe/crun][crun] - Runtime implementation in C
10+
* [containers/crun][crun] - Runtime implementation in C
1111

1212
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
1313

@@ -33,5 +33,5 @@ If you know of any associated projects that are not listed here, please file a p
3333
[runtime-tools]: https://github.com/opencontainers/runtime-tools
3434
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
3535
[bubblewrap]: https://github.com/projectatomic/bubblewrap
36-
[crun]: https://github.com/giuseppe/crun
36+
[crun]: https://github.com/containers/crun
3737
[gvisor]: https://github.com/google/gvisor

0 commit comments

Comments
 (0)